Skip to content

Commit

Permalink
Expose port in devstack instead of host network
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzigold committed Dec 5, 2024
1 parent f9fb41f commit 9f1806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devstack/plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function configure_sg-core {
}

function init_sg-core {
$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
}

### prometheus ###
Expand Down

0 comments on commit 9f1806e

Please sign in to comment.