refactor: rename ws-server command and update configuration

This commit is contained in:
xboard
2026-03-15 10:57:21 +08:00
parent 98a4964c7c
commit 199c146672
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ services:
- ./:/www/
restart: always
network_mode: host
command: php artisan xboard:ws-server start
command: php artisan ws-server start
depends_on:
- redis
redis: