migrate apache container to alpine (#1573)

This commit is contained in:
Zoey 2023-01-27 19:43:55 +01:00 committed by GitHub
parent 7a126a96d9
commit 123c1be6b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 40 deletions

View file

@ -48,7 +48,7 @@ echo "$CADDYFILE" > /Caddyfile
# Add caddy path
mkdir -p /mnt/data/caddy/
# Fix apache sturtup
rm -f /var/run/apache2/apache2.pid
# Fix apache startup
rm -f /usr/local/apache2/logs/httpd.pid
exec "$@"
exec "$@"