mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Planka Container constantly restarting on Raspberry Pi 4 #414
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 @marvin-nerlich on GitHub (Feb 14, 2024).
I followed the steps of the manual but unfortunately the freshly downloaded container won't stay up for more than a few seconds.
docker logs planka-planka-1prints the following:I also wasn't able to manually install the needed packages because of the restart of the container.
@marvin-nerlich commented on GitHub (Feb 18, 2024):
Solved the issue:
The problem was the unsupported 32 bit kernel.
I upgraded (reinstalled) Raspbian and the container starts normally.
Unfortunately, the web interface does not show any content. Just the following error message appears in the brwoser console:
The compose file:
@daniel-hiller commented on GitHub (Feb 27, 2024):
Hi Marvin,
are you opening Planka on the Pi itself, or from a remote Computer?
If you want to access Planka from a remote Computer, you have to put the Ip of the Pi into the BASE_URL variable
Something like this http://192.168.0.100:16900
@UhlhornHH commented on GitHub (Jul 29, 2024):
I have the same problem. My base URL says:
- BASE_URL=http://planka.localI am using port 80.This then runs for a few hours and then it constantly restarts.
How do I get a log file from Planka? The file
/app/logs/planka.login the container is empty.