We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fb41f commit 9f1806eCopy full SHA for 9f1806e
devstack/plugin.sh
@@ -25,7 +25,7 @@ function configure_sg-core {
25
}
26
27
function init_sg-core {
28
- $SG_CORE_CONTAINER_EXECUTABLE run -v $SG_CORE_CONF:/etc/sg-core.conf.yaml --network host --name sg-core -d $SG_CORE_CONTAINER_IMAGE
+ $SG_CORE_CONTAINER_EXECUTABLE run -v $SG_CORE_CONF:/etc/sg-core.conf.yaml -p 3000:3000 --name sg-core -d $SG_CORE_CONTAINER_IMAGE
29
30
31
### prometheus ###
0 commit comments