mirror of
https://github.com/casjaysdevdocker/lighttpd
synced 2025-01-31 00:34:27 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
7debfcd05e
commit
d7c9dcf8c6
@ -226,6 +226,7 @@ healthcheck) # Docker healthcheck
|
|||||||
*) # Execute primary command
|
*) # Execute primary command
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
echo "Container ip address is: $CONTAINER_IP_ADDRESS"
|
echo "Container ip address is: $CONTAINER_IP_ADDRESS"
|
||||||
|
php-fpm-server &
|
||||||
start-lighttpd
|
start-lighttpd
|
||||||
exit ${exitCode:-$?}
|
exit ${exitCode:-$?}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user