chore: Update docker-compose.yml
This commit is contained in:
parent
8587024408
commit
8d5bbf0214
1 changed files with 13 additions and 0 deletions
|
|
@ -22,3 +22,16 @@ services:
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed
|
- NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
#networks:
|
||||||
|
# - proxy
|
||||||
|
#labels:
|
||||||
|
# - traefik.enable=true
|
||||||
|
# - traefik.docker.network=proxy
|
||||||
|
# - traefik.http.routers.pihole.rule=Host(`pihole.example.com`)
|
||||||
|
# - traefik.http.services.pihole.loadbalancer.server.port=80
|
||||||
|
# # Optional part for traefik middlewares
|
||||||
|
# - traefik.http.routers.pihole.middlewares=local-ipwhitelist@file
|
||||||
|
|
||||||
|
#networks:
|
||||||
|
# proxy:
|
||||||
|
# external: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue