removed adguard and adguardhome sync url

This commit is contained in:
2024-03-13 10:36:43 -05:00
parent c071546f6c
commit 7e78d7759f
2 changed files with 0 additions and 20 deletions

View File

@@ -1,17 +0,0 @@
version: "3.3"
services:
adguardhome:
container_name: adguardhome
image: adguard/adguardhome
ports:
- 53:53/tcp
- 53:53/udp
- 3030:3000/tcp
restart: unless-stopped
volumes:
- ./conf:/opt/adguardhome/conf
- ./work:/opt/adguardhome/work
networks:
reverse-proxy:
external: true

View File

@@ -16,9 +16,6 @@ services:
REPLICA2_URL: "http://192.168.1.5:80"
REPLICA2_USERNAME: "akanealw"
REPLICA2_PASSWORD: "Aehaigoothohshoh1aab"
REPLICA3_URL: "http://192.168.1.31:3030"
REPLICA3_USERNAME: "akanealw"
REPLICA3_PASSWORD: "Aehaigoothohshoh1aab"
CRON: "*/10 * * * *" # run every 10 minutes
RUN_ON_START: true
CONTINUE_ON_ERROR: true