mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Listen on multiple ip addresses. #342
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @steveiliop56 on GitHub (Jul 18, 2023).
Hello,
I am trying to run the docker image but due to how my network is designed I have to run planka on the address 0.0.0.0 so it will listen on all interfaces. When I add this: http://0.0.0.0:8016 as a base url it will only listen on 0.0.0.0 rather than everywhere... Is there any fix for this?
@daniel-hiller commented on GitHub (Sep 23, 2023):
Getting rid of the BaseUrl, is planned, but has no priority for now
@steveiliop56 commented on GitHub (Nov 25, 2023):
@daniel-hiller any updates on this?