Skip to content

Commit cbf02d1

Browse files
auto update README.md
1 parent bf599cd commit cbf02d1

1 file changed

Lines changed: 11 additions & 18 deletions

File tree

README.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,24 @@ runOnStart: true
4444
continueOnError: false
4545

4646
origin:
47-
url: https://adguard-master:8443
48-
insecureSkipVerify: true
47+
url: http://adguard-master:3000
4948
username: admin
5049
password: adguard
5150

5251
replicas:
53-
- url: https://adguard-slave:8443
54-
insecureSkipVerify: true
52+
- url: http://adguard-slave:3000
5553
username: admin
5654
password: adguard
5755

5856
api:
59-
port: 8443
57+
port: 3000
6058
username: admin
6159
password: adguard
6260
darkMode: true
63-
tls:
64-
certDir: /adguard-sync/etc/ssl
65-
certName: default.crt
66-
keyName: default.key
61+
metrics:
62+
enabled: true
63+
scrapeInterval: 10s
64+
queryLogLimit: 10000
6765

6866
features:
6967
generalSettings: true
@@ -86,10 +84,6 @@ features:
8684
8785
# COMPOSE ✂️
8886
```yaml
89-
# This is a demo compose to showcase how the sync works. The two adguard s
90-
# hould not be run on the same server, but different ones. Make sure to crea
91-
# te a MACLVAN or other network so all images can communicate over multiple
92-
# servers.
9387
name: "adguard-sync"
9488
services:
9589
adguard-sync:
@@ -107,7 +101,7 @@ services:
107101
volumes:
108102
- "etc:/adguard/etc"
109103
ports:
110-
- "8443:8443/tcp"
104+
- "3000:3000/tcp"
111105
networks:
112106
frontend:
113107
restart: "always"
@@ -119,7 +113,7 @@ services:
119113
ports:
120114
- "1053:53/udp"
121115
- "1053:53/tcp"
122-
- "18443:8443/tcp"
116+
- "3001:3000/tcp"
123117
networks:
124118
frontend:
125119
restart: "always"
@@ -131,7 +125,7 @@ services:
131125
ports:
132126
- "2053:53/udp"
133127
- "2053:53/tcp"
134-
- "28443:8443/tcp"
128+
- "3002:3000/tcp"
135129
networks:
136130
frontend:
137131
restart: "always"
@@ -178,10 +172,9 @@ networks:
178172

179173
# CAUTION ⚠️
180174
> [!CAUTION]
181-
>* This image comes with a default SSL certificate. If you plan to expose the web interface via HTTPS, please replace the default certificate with your own or use a reverse proxy
182175
>* This image comes with a default configuration with a default password for the admin account. Please set your own password or provide your own configuration.
183176

184177
# ElevenNotes™️
185178
This image is provided to you at your own risk. Always make backups before updating an image to a different version. Check the [releases](https://github.com/11notes/docker-adguard-sync/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-adguard-sync/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-adguard-sync/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories).
186179

187-
*created 31.03.2025, 22:11:06 (CET)*
180+
*created 16.04.2025, 10:32:31 (CET)*

0 commit comments

Comments
 (0)