Skip to content

Commit 7e7a136

Browse files
author
june012006
committed
Add joplin to db_backend
1 parent 96f922c commit 7e7a136

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

adguardhome/configdir/AdGuardHome.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ user_rules:
148148
- '|openbao.watermelononatoothpick.com^$dnsrewrite=NOERROR;A;192.168.25.4'
149149
- '|uptime.watermelononatoothpick.com^$dnsrewrite=NOERROR;A;192.168.128.3'
150150
- '|apprise.watermelononatoothpick.com^$dnsrewrite=NOERROR;A;192.168.128.3'
151-
- '|apprise.watermelononatoothpick.com^$dnsrewrite=NOERROR;A;192.168.128.3'
151+
- '|joplin.watermelononatoothpick.com^$dnsrewrite=NOERROR;A;192.168.128.3'
152152
dhcp:
153153
enabled: false
154154
interface_name: ""

joplin/compose.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,13 @@ services:
3232
- "traefik.http.routers.joplin-secure.service=joplin"
3333
- "traefik.http.services.joplin.loadbalancer.server.port=22300"
3434
- "kop.bind.ip=192.168.25.4"
35+
networks:
36+
- db_backend
3537

3638

3739

3840
volumes:
3941
joplindb:
42+
networks:
43+
db_backend:
44+
external: true

0 commit comments

Comments
 (0)