Skip to content

Commit

Permalink
Merge pull request #1780 from bakaphp/feat-octane-frankenphp
Browse files Browse the repository at this point in the history
remove host and port from command
  • Loading branch information
rwhite27 committed Aug 5, 2024
2 parents 3bcd950 + c54b270 commit 098a6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
command:
- "sh"
- "-c"
- "php artisan octane:start --server=swoole --host=0.0.0.0 --port=8000"
- "php artisan octane:start --server=swoole"
environment:
WWWUSER: "${WWWUSER}"
LARAVEL_SAIL: 1
Expand Down

0 comments on commit 098a6cf

Please sign in to comment.