mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-16 06:12:18 +08:00
17 lines
306 B
YAML
17 lines
306 B
YAML
version: '3'
|
|
services:
|
|
kkfileview:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:8012"
|
|
image: keking/kkfileview:4.1.0
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|