Update compose.yaml

This commit is contained in:
Xboard 2025-01-10 22:37:37 +08:00 committed by GitHub
parent 32c993a5da
commit ab987418fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ services:
depends_on:
- redis
# 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
ports:
- 7001:7001