Add pihole to monitoring network
This commit is contained in:
parent
a1cc1029cc
commit
d9159ca6c8
@ -31,9 +31,12 @@ services:
|
||||
- traefik.http.middlewares.pihole.addprefix.prefix=/admin
|
||||
networks:
|
||||
- web
|
||||
- monitoring
|
||||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
monitoring:
|
||||
external: true
|
Loading…
Reference in New Issue
Block a user