1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 01:01:02 +08:00

16 lines
297 B
YAML

networks:
1panel-network:
external: true
services:
maccms10:
image: ghcr.io/pooneyy/maccms10:2025.1000.4052
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80