We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1e5c2 commit 8c27ef9Copy full SHA for 8c27ef9
ntfy/compose.yaml
@@ -17,7 +17,7 @@ services:
17
- "traefik.http.routers.ntfy-secure.rule=Host(`ntfy.${FQDN}`)"
18
- "traefik.http.routers.ntfy-secure.tls=true"
19
- "traefik.http.routers.ntfy-secure.service=ntfy"
20
- - "traefik.http.services.ntfy.loadbalancer.server.port=8088"
+ - "traefik.http.services.ntfy.loadbalancer.server.port=80"
21
- "traefik.docker.network=proxy"
22
- "kop.bind.ip=192.168.128.3"
23
env_file:
0 commit comments