We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb00cd commit c465d9bCopy full SHA for c465d9b
src/variations/frankenphp/Dockerfile
@@ -139,6 +139,8 @@ LABEL org.opencontainers.image.title="serversideup/php (frankenphp)" \
139
CADDY_HTTPS_PORT="8443" \
140
CADDY_HTTP_SERVER_ADDRESS="http://" \
141
CADDY_HTTPS_SERVER_ADDRESS="https://" \
142
+ CADDY_LOG_FORMAT="console" \
143
+ CADDY_LOG_OUTPUT="stdout" \
144
CADDY_PHP_SERVER_OPTIONS="" \
145
CADDY_SERVER_EXTRA_DIRECTIVES="" \
146
COMPOSER_ALLOW_SUPERUSER=1 \
0 commit comments