mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
17 lines
328 B
YAML
17 lines
328 B
YAML
services:
|
|
kodbox:
|
|
image: kodcloud/kodbox:v1.4505
|
|
container_name: ${CONTAINER_NAME}
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:80
|
|
volumes:
|
|
- "./site:/var/www/html"
|
|
restart: always
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
- 1panel-network
|
|
networks:
|
|
1panel-network:
|
|
external: true
|