adguard IP angepasst
This commit is contained in:
@@ -3,26 +3,20 @@ services:
|
|||||||
adguardhome:
|
adguardhome:
|
||||||
container_name: adguardhome
|
container_name: adguardhome
|
||||||
image: adguard/adguardhome:latest
|
image: adguard/adguardhome:latest
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./work:/opt/adguardhome/work
|
- ./work:/opt/adguardhome/work
|
||||||
- ./conf:/opt/adguardhome/conf
|
- ./conf:/opt/adguardhome/conf
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
||||||
# Uncomment when you want to setup a DHCP server as well
|
|
||||||
# network_mode: "host"
|
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "192.168.0.111:53:53/tcp"
|
- 192.168.0.111:53:53/tcp
|
||||||
- "192.168.0.111:53:53/udp"
|
- 192.168.0.111:53:53/udp
|
||||||
#- "67:67/udp"
|
- 1082:80/tcp
|
||||||
#- "68:68/tcp"
|
- 1443:443/tcp
|
||||||
#- "68:68/udp"
|
- 3000:3000/tcp
|
||||||
- "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"
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user