Skip to content

Commit

Permalink
update port
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 26, 2021
1 parent ddc4d23 commit dcb5a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octane.md
Expand Up @@ -116,7 +116,7 @@ Alternatively, you may develop your Swoole based Octane application using [Larav
Next, update the `command` directive of your application's `docker/supervisord.conf` file so that Sail serves your application using Octane instead of the PHP development server:

```ini
command=/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan octane:start --server=swoole --host=0.0.0.0 --port=8000
command=/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan octane:start --server=swoole --host=0.0.0.0 --port=80
```

Finally, build your Sail images:
Expand Down

0 comments on commit dcb5a73

Please sign in to comment.