mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Docker compose doesn't work (full of errors) #106
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 @hrqmonteiro on GitHub (May 29, 2021).
I followed the instructions, and when i run
docker-compose up -dI got this:
@nickbe commented on GitHub (May 30, 2021):
The system is currently getting a bigger overhaul. Until then docker might not work. But it's easy enough to simply install the needed dependencies manually.
@hrqmonteiro commented on GitHub (Jun 10, 2021):
But the dependencies are installed, yet it keeps showing me this error, unfortunately.
@nickbe commented on GitHub (Jun 11, 2021):
I meant installing the standard dependencies.... node.js, npm, Postres. You don't actually need docker to run the system.
@johnchristopher commented on GitHub (Aug 21, 2021):
@hrqmonteiro There is a problem with your docker install, it's not related to Planka.
Check if
$ docker run hello-worldworks. If it doesn't it means you have to solve your docker installation first. If/when it does work then make suredocker-composeis working correctly.