Content
Updated by ignu jee over 6 years ago
I am running openproject as a deamonized container in Ubuntu GNU/Linux 16.04. Installed with the following command.
\`sudo docker run -d -p 8080:80 —name openproject -e SECRET\_KEY\_BASE=secret -v /var/lib/openproject/pgdata:/var/lib/postgresql/9.6/main -v /var/lib/openproject/logs:/var/log/supervisor -v /var/lib/openproject/static:/var/db/openproject openproject/community:7\`
I start the container using
\`sudo docker start openproject\`.
and then open the webapplication on my browser using
\`http://localhost:8080\`
Sometimes the web-application starts successfully. But some other times it doesnt start and shows a cannot connect to server error. I have tried on Mozilla Firefox and Chromium. Using both browsers, the web-application behaves in the same way. Attached are the copies of error message on browser and copies of log files.
Firewall disabled, Apache is not installed separately, externally as service. Postgres is installed externally.
\`sudo docker run -d -p 8080:80 —name openproject -e SECRET\_KEY\_BASE=secret -v /var/lib/openproject/pgdata:/var/lib/postgresql/9.6/main -v /var/lib/openproject/logs:/var/log/supervisor -v /var/lib/openproject/static:/var/db/openproject openproject/community:7\`
I start the container using
\`sudo docker start openproject\`.
and then open the webapplication on my browser using
\`http://localhost:8080\`
Sometimes the web-application starts successfully. But some other times it doesnt start and shows a cannot connect to server error. I have tried on Mozilla Firefox and Chromium. Using both browsers, the web-application behaves in the same way. Attached are the copies of error message on browser and copies of log files.
Firewall disabled, Apache is not installed separately, externally as service. Postgres is installed externally.