This commit is contained in:
2024-03-12 19:20:02 -05:00
parent 9cd1702d90
commit 92d75407c8
2 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ UMASK=000
TZ=America/Chicago
#WIREGUARD
WG_HOST=akanealw.com
WG_HOST=192.168.1.7
WG_PASSWORD=zai9phioyachooF3Raengo2ooHaN7r
+9 -7
View File
@@ -4,10 +4,11 @@ services:
adguardhome:
container_name: adguardhome
image: adguard/adguardhome
ports:
- 53:53/tcp
- 53:53/udp
- 3000:3000/tcp
network_mode: host
# ports:
# - 53:53/tcp
# - 53:53/udp
# - 3000:3000/tcp
restart: unless-stopped
volumes:
- ${DOCKER_CONFIGS}/adguardhome/conf:/opt/adguardhome/conf
@@ -33,9 +34,10 @@ services:
- net.ipv4.conf.all.src_valid_mark=1
networks:
- reverse-proxy
ports:
- 51820:51820/udp
- 51821:51821
network_mode: host
# ports:
# - 51820:51820/udp
# - 51821:51821
restart: always
volumes:
- ${DOCKER_CONFIGS}/wg-easy:/etc/wireguard