mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
self host planka error on start #487
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 @itzdrli on GitHub (Apr 28, 2024).
I was trying to deploy production version of planka with docker, this is what I did:
This is what happend:


I opened
http://myserverip:3000, then it loaded but nothing appeared:but the title of this tab showed up:
Then I checked the log of container
planka-planka-1via portainer:Running on Debian 12, arm64 platform,
docker:
Thanks
@itzdrli commented on GitHub (Apr 28, 2024):
Update: acts same after I have set everything correctly by following the document (
docker-compose.ymlat/opt/planka)@daniel-hiller commented on GitHub (Apr 29, 2024):
Without seeing your compose file, it's nearly impossible to tell what is going wrong
@itzdrli commented on GitHub (Apr 29, 2024):
Oh, forgot to post it,
@daniel-hiller commented on GitHub (Apr 29, 2024):
No problem
Please set your the BASE_URL to http://your-server-ip:3000 or http://your-server-hostname:3000
@itzdrli commented on GitHub (Apr 29, 2024):
It's working now, much appreciated.