Introduce unbound for caching dns and move pihole to macvlan. Use "lan" as local domain name.
This commit is contained in:
@@ -22,7 +22,7 @@ services:
|
||||
environment:
|
||||
- PUID=1000
|
||||
- GUID=1000
|
||||
- APP_URL=http://bookstack.localhost
|
||||
- APP_URL=http://bookstack.lan
|
||||
- DB_HOST=mysql8
|
||||
- DB_USER=bookstack
|
||||
- DB_PASS=sdfl39302klsdjf
|
||||
@@ -33,5 +33,5 @@ services:
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.bookstack.entrypoints=web"
|
||||
- "traefik.http.routers.bookstack.rule=Host(`bookstack.localhost`) || Host(`bookstack.local`)"
|
||||
- "traefik.http.routers.bookstack.rule=Host(`bookstack.lan`)"
|
||||
- "traefik.http.services.bookstack.loadbalancer.server.port=80"
|
||||
|
||||
Reference in New Issue
Block a user