adguard IP angepasst

This commit is contained in:
borgal
2021-10-29 08:50:28 +00:00
parent 5527dd2441
commit 3d0e6268a9

View File

@@ -3,26 +3,20 @@ services:
adguardhome:
container_name: adguardhome
image: adguard/adguardhome:latest
restart: unless-stopped
volumes:
- ./work:/opt/adguardhome/work
- ./conf:/opt/adguardhome/conf
- /etc/localtime:/etc/localtime:ro
# Uncomment when you want to setup a DHCP server as well
# network_mode: "host"
ports:
- "192.168.0.111:53:53/tcp"
- "192.168.0.111:53:53/udp"
#- "67:67/udp"
#- "68:68/tcp"
#- "68:68/udp"
- "192.168.0.111:1082:80/tcp"
- "192.168.0.111:1443:443/tcp"
- "192.168.0.111:853:853/tcp"
- "192.168.0.111:3000:3000/tcp"
- 192.168.0.111:53:53/tcp
- 192.168.0.111:53:53/udp
- 1082:80/tcp
- 1443:443/tcp
- 3000:3000/tcp
environment:
- TZ=Europe/Berlin
restart: unless-stopped