Skip to content

Commit 9f1806e

Browse files
committed
Expose port in devstack instead of host network
1 parent f9fb41f commit 9f1806e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devstack/plugin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function configure_sg-core {
2525
}
2626

2727
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
28+
$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
2929
}
3030

3131
### prometheus ###

0 commit comments

Comments
 (0)