mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-27 14:01:15 +00:00
chore: Update docker-compose.yml
This commit is contained in:
parent
8587024408
commit
8d5bbf0214
|
@ -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 New Issue
Block a user