UPD: i like it now.
This commit is contained in:
10
container-filesystem/docker-entrypoint.sh
Executable file
10
container-filesystem/docker-entrypoint.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Remove left-overs from an incomplete shutdown previously.
|
||||
rm -rf /run/httpd/* /tmp/httpd*
|
||||
|
||||
exec /usr/sbin/httpd \
|
||||
-DFOREGROUND \
|
||||
-c "LogLevel ${LOG_LEVEL:-error}" \
|
||||
-c "ServerName ${HOSTNAME}" \
|
||||
"$@"
|
||||
Reference in New Issue
Block a user