mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
scripts/devnet: open port 8081 when using docker
otherwise the gRPC server is not accessible
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user