Update docker-compose.yml

changed traefik port label to internal port of container
This commit is contained in:
2026-05-30 22:05:47 -05:00
parent e426ae7179
commit 623d4af4cc
+1 -1
View File
@@ -11,7 +11,7 @@ services:
# Pulling the security rules dynamically from our file provider setup
- "traefik.http.routers.ntfy.middlewares=geoblock-policy@file,crowdsec-policy@file,secure-headers@file"
- "traefik.http.services.ntfy.loadbalancer.server.port=8085"
- "traefik.http.services.ntfy.loadbalancer.server.port=80"
image: binwiederhier/ntfy
restart: always
environment: