scripts/devnet: open port 8081 when using docker

otherwise the gRPC server is not accessible
This commit is contained in:
Stephen Demos
2017-06-28 14:10:07 -07:00
parent c03b7a9627
commit a14e6c8bb9

View File

@@ -170,6 +170,7 @@ function docker_create {
docker run --name matchbox \
-d \
-p 8080:8080 \
-p 8081:8081 \
-v $CONFIG_DIR:/etc/matchbox:Z \
-v $ASSETS_DIR:/var/lib/matchbox/assets:Z \
$DATA_MOUNT \