chore(docker): 支持独立的WebSocket 服务暴漏

This commit is contained in:
2025-12-19 18:04:29 +08:00
parent ba5c2239ac
commit f8291dd2ba
5 changed files with 19 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ startsecs=3
stopwaitsecs=10
[program:websocket-server]
command=php src/ws_server.php
command=php ./ws_server.php
workdir=/var/www/html
autostart=true
autorestart=true