Update compose.yaml
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
# network_mode: host
|
# network_mode: host
|
||||||
command: php artisan octane:start --server="swoole" --host=0.0.0.0
|
command: php artisan octane:start --host=0.0.0.0 --port=7001
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- 7001:7001
|
- 7001:7001
|
||||||
|
|||||||
Reference in New Issue
Block a user