AdGuard hinzugefügt

This commit is contained in:
borgal
2021-08-29 14:52:58 +00:00
parent 678bd131d7
commit 7a55925c65

View File

@@ -0,0 +1,28 @@
version: '3.7'
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"
environment:
- TZ=Europe/Berlin