removed adguard and adguardhome sync url
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user