fix: docker部署打开8091端口
All checks were successful
aiot-platform CI/CD / build-and-deploy (push) Successful in 7m20s

This commit is contained in:
lzh
2025-12-26 16:17:36 +08:00
parent a2a9ef0c30
commit 97fef34098

View File

@@ -120,6 +120,7 @@ jobs:
--network $NETWORK_NAME \
--restart always \
-p 1883:1883 \
-p 8091:8091 \
-p 8092:8092 \
-e VIEWSHANGHAI_IOT_GATEWAY_RPC_URL="http://aiot-server:48080" \
-e REDIS_HOST="$REDIS_HOST" \