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,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "komga",
|
"id": "komga",
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "1.11.1",
|
"version": "1.11.1",
|
||||||
"categories": [
|
"categories": [
|
||||||
"media"
|
"media"
|
||||||
|
|
|
@ -17,7 +17,7 @@ services:
|
||||||
# Main
|
# Main
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
traefik.http.middlewares.komga-web-redirect.redirectscheme.scheme: https
|
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
|
# Web
|
||||||
traefik.http.routers.komga-insecure.rule: Host(`${APP_DOMAIN}`)
|
traefik.http.routers.komga-insecure.rule: Host(`${APP_DOMAIN}`)
|
||||||
traefik.http.routers.komga-insecure.entrypoints: web
|
traefik.http.routers.komga-insecure.entrypoints: web
|
||||||
|
|
Loading…
Reference in New Issue
Block a user