From ab987418fd580e53ca729211a532d397ed915a73 Mon Sep 17 00:00:00 2001 From: Xboard <147830212+cedar2025@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:37:37 +0800 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 18ea1fb..f970ba8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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