GhostWriters / DockSTARTer

DockSTARTer helps you get started with running apps in Docker.
https://dockstarter.com/
MIT License
2.22k stars 229 forks source link

Komga container port - 25600 #1744

Closed Sridou closed 1 month ago

Sridou commented 6 months ago

Bug report

After reading the official Komga Docker installation, it seems that container port in DockSTARTer template (komga.ports.yml) should be 25600 instead of 8080. I have tested the same by changing the port to 25600 and Komga Web UI interface is accessible now. By the looks of it, it has been like that since Version 1.0 .

I don't know how it went unnoticed till date, maybe nobody uses this anymore ( I'm just starting my journey), but if somebody could change the port, so that I don't have to override it in docker-compose.override.yml, it would be beneficial.

Audiard-Jerome commented 6 months ago

I saw the same problem a few weeks ago.

cyberweasel commented 5 months ago

I had this working fine but it seems to have stopped. Maybe during a Komga update but now same problem. It is mapped as 25600:8080 in docker. I am not a docker pro but I think it needs to be 25600:25600. Not sure how to change except maybe via an override for now but I am afraid I would lose my Komga config.

EDIT: I just came back and read the original post and saw the part about the komga.ports.yml file. Changing the port from 8080 to 25600 worked for me too. Komga changed the default port back when version 1.0 was released I believe. please update the app config in Dockstarter Thank you.

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.