Skip to content

Commit c465d9b

Browse files
committed
Add Caddy logging configuration to Dockerfile for frankenphp variation
1 parent bfb00cd commit c465d9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/variations/frankenphp/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ LABEL org.opencontainers.image.title="serversideup/php (frankenphp)" \
139139
CADDY_HTTPS_PORT="8443" \
140140
CADDY_HTTP_SERVER_ADDRESS="http://" \
141141
CADDY_HTTPS_SERVER_ADDRESS="https://" \
142+
CADDY_LOG_FORMAT="console" \
143+
CADDY_LOG_OUTPUT="stdout" \
142144
CADDY_PHP_SERVER_OPTIONS="" \
143145
CADDY_SERVER_EXTRA_DIRECTIVES="" \
144146
COMPOSER_ALLOW_SUPERUSER=1 \

0 commit comments

Comments
 (0)