mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
[Bug]: docker container crashes on upstart after version 1.18.0 #531
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 @lagerstrom on GitHub (Jun 18, 2024).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Brave
Current behaviour
When I am trying to start the docker container for example this one
ghcr.io/plankanban/planka:1.19.0I get the following error outputDesired behaviour
The application should start
Steps to reproduce
docker run -it -e "DATABASE_URL=....." ghcr.io/plankanban/planka:1.19.0Other information
No response
@meltyshev commented on GitHub (Jun 18, 2024):
Hi! In version 1.18.0 there was an error due to the introduction of a new environment variable. It seems that this should be fixed in 1.18.1+. Are you sure you are getting this error with version 1.19.0?
@lagerstrom commented on GitHub (Jun 18, 2024):
Oh sorry about that, 1.19.0 does indeed work. I must have messed up the versions when I was gathering looking at it. Thank you for your comment. Will close this issue.