Adguard wieder hinzugefügt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user