Closed ajira86 closed 6 years ago
Ok, never mind, I just changed the port after the first container start. So system tried to call backend from the wrong port.
I am facing the same issue. I tried mapping port through portainer.io but it did not help. Can you provide details for changing the port for back end call?
The problem it that hostname is replaced in configuration at container creation. I rewrite docker entrypoint file to fix it in my own "fork" if you are interested. But if you want a quick wait, you should simply delete and rebuilt your container. Ensure to have your data in a linked volume and an external database before doing this.
I also have a fork which I'm using in production which you might try.
Hello,
I'm trying to run Taiga through Synology Docker interface. After some tests the system launch, connect to postgresql container and land me to the discover page. Unfortunatly I have an error message "Something happened and our Oompa Loompas are working on it." and don't know how to debug it.
Synology provide to me logs and terminal output but nothing seams wrong. What can I do from here ? Is there a way to enable a more verbose debug mode ? Or perhaps enable debug directly in Django ?
Thanks in advance for your help.