Skip to content

Commit dcb5a73

Browse files
committed
update port
1 parent ddc4d23 commit dcb5a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Alternatively, you may develop your Swoole based Octane application using [Larav
116116
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:
117117

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

122122
Finally, build your Sail images:

0 commit comments

Comments
 (0)