[GH-ISSUE #1529] Alternative port in docker compose #960

Closed
opened 2026-03-02 11:53:59 +03:00 by kerem · 0 comments
Owner

Originally created by @zorel on GitHub (Jun 5, 2025).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/1529

Describe the Bug

I'd like to use an alternative port in docker-compose file. 3000 conflicts with Grafana.

  - 3300:3000

Doing that, the application is not accessible anymore.

curl -v 127.0.0.1:3300
*   Trying 127.0.0.1:3300...
* connect to 127.0.0.1 port 3300 from 127.0.0.1 port 54504 failed: No route to host
* Failed to connect to 127.0.0.1 port 3300 after 3100 ms: Could not connect to server
* closing connection #0
curl: (7) Failed to connect to 127.0.0.1 port 3300 after 3100 ms: Could not connect to server

I tried NEXTAUTH_URL to empty string, http://127.0.0.1:3000 and http://127.0.0.1:3300 with the same result.

I'm using podman-compose with podman 5.4.1

Steps to Reproduce

  1. Change the host port in docker compose file
  2. podman-compose up
  3. Try to access the app

Expected Behaviour

/

Screenshots or Additional Context

No response

Device Details

Linux Ubuntu 25 with podman

Exact Karakeep Version

0.24.1

Have you checked the troubleshooting guide?

  • I have checked the troubleshooting guide and I haven't found a solution to my problem
Originally created by @zorel on GitHub (Jun 5, 2025). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/1529 ### Describe the Bug I'd like to use an alternative port in docker-compose file. 3000 conflicts with Grafana. ``` - 3300:3000 ``` Doing that, the application is not accessible anymore. ``` curl -v 127.0.0.1:3300 * Trying 127.0.0.1:3300... * connect to 127.0.0.1 port 3300 from 127.0.0.1 port 54504 failed: No route to host * Failed to connect to 127.0.0.1 port 3300 after 3100 ms: Could not connect to server * closing connection #0 curl: (7) Failed to connect to 127.0.0.1 port 3300 after 3100 ms: Could not connect to server ``` I tried NEXTAUTH_URL to empty string, `http://127.0.0.1:3000` and `http://127.0.0.1:3300` with the same result. I'm using podman-compose with podman 5.4.1 ### Steps to Reproduce 1. Change the host port in docker compose file 2. podman-compose up 3. Try to access the app ### Expected Behaviour / ### Screenshots or Additional Context _No response_ ### Device Details Linux Ubuntu 25 with podman ### Exact Karakeep Version 0.24.1 ### Have you checked the troubleshooting guide? - [x] I have checked the troubleshooting guide and I haven't found a solution to my problem
kerem 2026-03-02 11:53:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#960
No description provided.