mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
Installation issue - KnexTimeoutError #75
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 @AndyYangUK on GitHub (Mar 10, 2021).
Hi
I'm trying to install Planka via the provided docker-compose file but running into an error that I cannot figure out.
In the docker-compose file, I updated the domain to https://test.mydomain.com and updated the secret key, as per the instructions.
After doing
docker-compose up, I check the logs and see the following message on the planka containerFor context, here's my setup
@VozDeOuro commented on GitHub (Jul 14, 2022):
did you fix it ?
@amitjethani commented on GitHub (Oct 12, 2022):
I realize this is a year+ old issue, but I'm having the exact same problem with a Synology NAS when deploying using Portainer. Everything worked well the first time around, but a reboot has left things in a broken state.
@amitjethani commented on GitHub (Oct 13, 2022):
Edit: this is solved. Turned out to be a firewall issue.
@jamesutter commented on GitHub (May 10, 2024):
@amitjethani I had a similar issue with the Synology firewall. I'm adding my solution, as I solved my issue by adding a firewall rule for the planka_default docker bridge network as follows:
The docker containers will now be able to communicate with each other. They will also be able to access the internet.