[GH-ISSUE #67] cannot change the web app listening port from 3000 #62

Closed
opened 2026-03-02 11:46:11 +03:00 by kerem · 1 comment
Owner

Originally created by @tdereus on GitHub (Apr 2, 2024).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/67

I have mutliple docker containers running on my host and some other use port 3000. Can you include an environement variable so you can change the listening port of the hoader web app?

Originally created by @tdereus on GitHub (Apr 2, 2024). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/67 I have mutliple docker containers running on my host and some other use port 3000. Can you include an environement variable so you can change the listening port of the hoader web app?
kerem closed this issue 2026-03-02 11:46:11 +03:00
Author
Owner

@MohamedBassem commented on GitHub (Apr 2, 2024):

You don’t need an env variable to do that. Just map the port 3000 on the container to some other port on the host. If you’re using docker compose, change the line that says ‘3000:3000’ to ‘3010:3000’ for example.

<!-- gh-comment-id:2031213288 --> @MohamedBassem commented on GitHub (Apr 2, 2024): You don’t need an env variable to do that. Just map the port 3000 on the container to some other port on the host. If you’re using docker compose, change the line that says ‘3000:3000’ to ‘3010:3000’ for example.
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#62
No description provided.