Hitting the above error after following the instructions on the repo.
./launch-taiga.sh
Hitting the above error after following the instructions on the repo.
./launch-taiga.sh
I used the instructions from: GitHub - kaleidos-ventures/taiga-docker
all containers are running, any specific docker logs you want to look at?
I received the same error when I stood up an nginx proxy in front of the docker pieces. Everything worked fine when I was using ssh to tunnel into port 9000. Hope there is an easy solution.
can you list the steps?
following works when run from my laptop: ssh -NL 9000:localhost:9000 remote-host
It’d be good if some can provide a reason why this is the case.
In order to help you, we need:
docker logs -f
to see if there is more information.docker-compose ps
Regards.