Adguard wieder hinzugefügt

This commit is contained in:
borgal
2022-10-03 14:36:29 +00:00
parent c09d7b3b34
commit 1fff77ff62
3 changed files with 324 additions and 9 deletions

View File

@@ -3,20 +3,17 @@ services:
adguardhome:
container_name: adguardhome
image: adguard/adguardhome:latest
volumes:
- ./work:/opt/adguardhome/work
- ./conf:/opt/adguardhome/conf
- /etc/localtime:/etc/localtime:ro
ports:
- 192.168.0.111:53:53/tcp
- 192.168.0.111:53:53/udp
# - 1082:80/tcp
# - 1443:443/tcp
# - 192.168.0.111:53:53/tcp
# - 192.168.0.111:53:53/udp
- 53:53/tcp
- 53:53/udp
- 3000:3000/tcp
- 3080:80/tcp
environment:
- TZ=Europe/Berlin
restart: unless-stopped