1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 21:01:04 +08:00
1Panel-Appstore/apps/1panel/latest/docker-compose.yml
2024-06-01 18:07:27 +08:00

16 lines
379 B
YAML

services:
1panel:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
- ${DATA_PATH}:/opt
- /root:/root
environment:
- TZ=${TIME_ZONE}
image: moelin/1panel:latest
labels:
createdBy: "Apps"