mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-04 14:48:38 +00:00
commit
8713facba5
2 changed files with 4 additions and 1 deletions
|
|
@ -38,6 +38,9 @@ ENV ENABLE_ID_OBFUSCATION=false
|
|||
ENV REDACT_IP_ADDRESSES=false
|
||||
ENV WEBPORT=80
|
||||
|
||||
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
|
||||
STOPSIGNAL SIGWINCH
|
||||
|
||||
# Final touches
|
||||
EXPOSE 80
|
||||
CMD ["bash", "/entrypoint.sh"]
|
||||
|
|
|
|||
|
|
@ -88,4 +88,4 @@ fi
|
|||
echo "Done, Starting APACHE"
|
||||
|
||||
# This runs apache
|
||||
apache2-foreground
|
||||
exec apache2-foreground
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue