Remove unndeede options from gotify traefik config

This commit is contained in:
Marko Korhonen 2021-11-13 12:55:32 +02:00
parent 84c9d3354a
commit 98178a74f2

View file

@ -118,8 +118,6 @@ services:
- "traefik.http.routers.gotify.entrypoints=https"
- "traefik.http.routers.gotify.rule=Host(`gotify.korhonen.cc`)"
- "traefik.http.routers.gotify.tls=true"
- "traefik.http.routers.gotify.tls.certresolver=http"
- "traefik.http.routers.gotify.service=gotify"
- "traefik.docker.network=proxy"
- "traefik.http.services.gotify.loadbalancer.server.port=80"