Fix komga traefik port (#3384)
* Fix komga traefik port * Update config.json
This commit is contained in:
parent
6650a4abc9
commit
71af71c531
|
@ -5,7 +5,7 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "komga",
|
||||
"tipi_version": 2,
|
||||
"tipi_version": 3,
|
||||
"version": "1.11.1",
|
||||
"categories": [
|
||||
"media"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user