update lables and add automation for dns / proxy
This commit is contained in:
@@ -7,4 +7,11 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- ${DOZZEL_PORT}:8080
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
# Nginx Proxy Manager Automation
|
||||
- "npm.proxy.domains=dozzle"
|
||||
- "npm.proxy.port=${DOZZEL_PORT}"
|
||||
- "npm.proxy.scheme=http"
|
||||
# Pi-hole Automation (Point to Docker Host/Proxy IP)
|
||||
- "pihole.custom-record=[[\"dozzle\", \"${DOCKER_HOST_IP}\"]]"
|
||||
Reference in New Issue
Block a user