-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
It appears to me that on shutdown of the container the PID of the apache process is not always correctly removed. This results in errors on startup for an obvious reason.
The quick fix for me was to:
docker start XXX && docker exec -it XXX rm -rf /var/run/apache2/apache2.pid
Maybe you can adjust the /start.sh to do the same or fix the shutdown to properly remove the .pid
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels