feat: 上架 kkFileView (#1706)

This commit is contained in:
wanghe
2024-07-08 09:45:38 +08:00
committed by GitHub
parent fb1e10358a
commit d34ade94f0
5 changed files with 79 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
kkfileview:
container_name: ${CONTAINER_NAME}
image: keking/kkfileview:4.1.0
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8012
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true