Files
appstore/apps/adguardhome-sync-linuxserver/0.9.2/docker-compose.yml
T

22 lines
461 B
YAML

networks:
1panel-network:
external: true
services:
adguardhome-sync:
image: "linuxserver/adguardhome-sync:0.9.2"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "${CONFIG_PATH}:/config"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
- CONFIGFILE=${CONFIGFILE}
labels:
createdBy: "Apps"