Skip to content

Commit

Permalink
Merge pull request #1786 from GhostWriters/CLHatch-patch-1
Browse files Browse the repository at this point in the history
fix: `komga` using wrong port
  • Loading branch information
nemchik authored Sep 16, 2024
2 parents 4da8a76 + 20c6349 commit e194086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/.apps/komga/komga.labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ services:
com.dockstarter.appvars.komga_environment_baseurl: ""
com.dockstarter.appvars.komga_environment_scan_cron: "0 0 */8 * * ?"
com.dockstarter.appvars.komga_network_mode: ""
com.dockstarter.appvars.komga_port_8080: "8080"
com.dockstarter.appvars.komga_port_25600: "25600"
com.dockstarter.appvars.komga_restart: "unless-stopped"
com.dockstarter.appvars.komga_tag: "latest"
2 changes: 1 addition & 1 deletion compose/.apps/komga/komga.ports.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:
komga:
ports:
- ${KOMGA_PORT_8080}:8080
- ${KOMGA_PORT_25600}:25600

0 comments on commit e194086

Please sign in to comment.