mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-29 10:18:28 +01:00
chore: Update docker-compose.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user