Remove any Apache HTTPD PID file before starting the container, to prevent failures during restart.
parent
90f5af8902
commit
3289a18a1a
|
@ -14,4 +14,6 @@ export PGADMIN_SETUP_PASSWORD=${PGADMIN_DEFAULT_PASSWORD}
|
|||
|
||||
j2 /templates/pgadmin4.conf.j2 > /etc/httpd/conf.d/pgadmin4.conf
|
||||
|
||||
/usr/sbin/httpd -D FOREGROUND
|
||||
rm -f /run/httpd/httpd.pid
|
||||
|
||||
/usr/sbin/httpd -D FOREGROUND
|
||||
|
|
Loading…
Reference in New Issue