Added by milymat ! almost 7 years ago
When I run the docker image like:
sudo docker run -it --name openproject -e SECRET_KEY_BASE=secret ...
ist works
but running like these:
sudo docker run -it --name openproject* --net host* -e SECRET_KEY_BASE=secret ...
I got the result:
-----> Database cluster not found. Creating a new one in /var/lib/postgresql/9.6/main... su: System error
This seems only happen when using the host’s network.
Any Idea?