1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-24 22:49:40 +08:00
1Panel-Appstore/maccms10/24.11.19/docker-compose.yml
github-action update-app-version b5d890b13f Update app version [skip ci]
2024-11-19 23:05:14 +00:00

21 lines
450 B
YAML

networks:
1panel-network:
external: true
services:
maccms10:
image: qyg2297248353/maccms10:v24.11.19
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${MACCMS10_ROOT_PATH}/iycms:/app/iycms