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.
Currently if you run
docker-compose up
, kill the process and then rundocker-compose up
again you will receive an error statingweb_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.