Update docker-compose.yml
removed watchtower label
This commit is contained in:
@@ -4,7 +4,6 @@ services:
|
||||
networks:
|
||||
- traefik-public
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.monitor-only=true"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.ntfy.rule=Host(`ntfy.speerfam.net`)"
|
||||
- "traefik.http.routers.ntfy.entrypoints=websecure"
|
||||
@@ -13,7 +12,6 @@ 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"
|
||||
|
||||
image: binwiederhier/ntfy
|
||||
restart: always
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user