fixing some run issues and creating /rompr before volume
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
rm /var/run/nginx.pid
|
||||
rm -f /var/run/nginx.pid
|
||||
mkdir -p /var/log/nginx
|
||||
set -e
|
||||
|
||||
/etc/init.d/php7.3-fpm restart
|
||||
exec /usr/sbin/nginx -g 'daemon off;'
|
||||
exec /usr/sbin/nginx -g 'daemon off; access_log off;'
|
||||
|
||||
Reference in New Issue
Block a user