mitre / heimdall-mongo

A Mongo-based version of Heimdall (Deprecated)
Other
11 stars 1 forks source link

When using docker-compose cleanup the tmp/pids/server.pid file before starting the server #105

Closed rbclark closed 5 years ago

rbclark commented 5 years ago

Currently if you run docker-compose up, kill the process and then run docker-compose up again you will receive an error stating web_1 | A server is already running. Check /var/www/heimdall/tmp/pids/server.pid. This removes the pid file that it is complaining about during startup.