mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
monolithic alpine container
This commit is contained in:
5
install/alpine-docker/services/start-nginx.sh
Normal file
5
install/alpine-docker/services/start-nginx.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
echo "Starting nginx..."
|
||||
exec nginx \
|
||||
-c "${NGINX_CONFIG_FILE}" \
|
||||
-g "daemon off;" >> "${LOG_APP_FRONT}" 2>&1
|
||||
Reference in New Issue
Block a user