Fix komga traefik port (#3384)

* Fix komga traefik port

* Update config.json
This commit is contained in:
Jorge Montejo 2024-05-06 19:54:38 +02:00 committed by GitHub
parent 6650a4abc9
commit 71af71c531
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"available": true,
"exposable": true,
"id": "komga",
"tipi_version": 2,
"tipi_version": 3,
"version": "1.11.1",
"categories": [
"media"

View File

@ -17,7 +17,7 @@ services:
# Main
traefik.enable: true
traefik.http.middlewares.komga-web-redirect.redirectscheme.scheme: https
traefik.http.services.komga.loadbalancer.server.port: 8080
traefik.http.services.komga.loadbalancer.server.port: 25600
# Web
traefik.http.routers.komga-insecure.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.komga-insecure.entrypoints: web