This commit is contained in:
8
webmail/entrypoint.sh
Normal file
8
webmail/entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Start PHP-FPM in the background
|
||||
php-fpm -D
|
||||
|
||||
# Start Nginx in the foreground
|
||||
exec nginx -g "daemon off;"
|
||||
Reference in New Issue
Block a user