Update docker-compose.yml

This commit is contained in:
LRVT 2023-03-13 01:19:59 +01:00 committed by GitHub
parent 78f68ca881
commit 307de0e103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,9 @@ services:
hostname: adguard
image: adguard/adguardhome:latest
ports:
- 53:53/tcp
- 8080:80/tcp
- 53:53/udp
- 8080:80/tcp # WEB UI
- 53:53/udp # DNS UDP
- 53:53/tcp # DNS TCP
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/adguard-home/work:/opt/adguardhome/work