Skip to content

Commit

Permalink
Merge pull request #614 from bt90/patch-4
Browse files Browse the repository at this point in the history
Start apache with exec
  • Loading branch information
sstidl committed May 15, 2024
2 parents dd1ce2c + d00c9bb commit 8713fac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ fi
echo "Done, Starting APACHE"

# This runs apache
apache2-foreground
exec apache2-foreground

0 comments on commit 8713fac

Please sign in to comment.