[GH-ISSUE #2515] Port publishing no longer works in Podman #1508

Open
opened 2026-03-02 11:57:45 +03:00 by kerem · 0 comments
Owner

Originally created by @flexagoon on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/2515

Describe the Bug

After the latest release, when you run the container in Podman and publish ports as 3000:3000, Karakeep is not reachable. You now explicitly have to specify 127.0.0.1:3000:3000 to be able to use it.

Steps to Reproduce

  1. Use the provided docker compose
  2. Run it with podman-compose
  3. Try to open localhost:3000 - it will be unreachable
  4. Now change the port publishing to 127.0.0.1:3000:3000
  5. It becomes reachable

Expected Behaviour

It should work just fine with 3000:3000, like it did before

Screenshots or Additional Context

No response

Device Details

No response

Exact Karakeep Version

v0.31.0

Environment Details

Podman on AlmaLinux 9.7

Debug Logs

No response

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 @flexagoon on GitHub (Feb 24, 2026). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/2515 ### Describe the Bug After the latest release, when you run the container in Podman and publish ports as `3000:3000`, Karakeep is not reachable. You now explicitly have to specify `127.0.0.1:3000:3000` to be able to use it. ### Steps to Reproduce 1. Use the provided docker compose 2. Run it with podman-compose 3. Try to open `localhost:3000` - it will be unreachable 4. Now change the port publishing to `127.0.0.1:3000:3000` 5. It becomes reachable ### Expected Behaviour It should work just fine with `3000:3000`, like it did before ### Screenshots or Additional Context _No response_ ### Device Details _No response_ ### Exact Karakeep Version v0.31.0 ### Environment Details Podman on AlmaLinux 9.7 ### Debug Logs _No response_ ### Have you checked the troubleshooting guide? - [x] I have checked the troubleshooting guide and I haven't found a solution to my problem
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#1508
No description provided.