Skip to content

Commit

Permalink
remove host and port from command
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhite27 committed Aug 5, 2024
1 parent d31ee89 commit c54b270
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 c54b270

Please sign in to comment.