Skip to content
Snippets Groups Projects
Commit 8773307b authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix and ready for first beta

parent fc37ef10
No related branches found
Tags v2.3.0
No related merge requests found
......@@ -74,7 +74,7 @@ function startContainer() {
# --volume ${HOMEDIR}/.passwd:/etc/passwd:ro
#)
fi
if [[ "$mode" != "REBUILD" ]]; then
if [[ "$mode" == "REBUILD" ]]; then
start_params+=(
--hostname ${COMPOSE_PROJECT_NAME}-l3d
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment