fix: docker部署打开8091端口
All checks were successful
aiot-platform CI/CD / build-and-deploy (push) Successful in 7m20s
All checks were successful
aiot-platform CI/CD / build-and-deploy (push) Successful in 7m20s
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user