Skip to content

Commit 090f3f5

Browse files
dotMavriQclaude
andcommitted
fix: remove --log-level from octane start (not valid for Caddy/FrankenPHP)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 882f910 commit 090f3f5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker/entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,4 @@ exec php artisan octane:start \
154154
--host=0.0.0.0 \
155155
--port=8080 \
156156
--workers="${OCTANE_WORKERS:-4}" \
157-
--max-requests="${OCTANE_MAX_REQUESTS:-1000}" \
158-
--log-level="${LOG_LEVEL:-warning}"
157+
--max-requests="${OCTANE_MAX_REQUESTS:-1000}"

0 commit comments

Comments
 (0)