Update docker-compose.yml
This commit is contained in:
parent
78f68ca881
commit
307de0e103
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue