Build from the published sources, not from git
[citadel-docker.git] / run-citadel.sh
index 8b1ede55a8381774a856da68f01fce5bf34886e2..3372da677da8c3e33f9b7e364d20bf429121758f 100755 (executable)
@@ -74,11 +74,11 @@ if ${migrate_mode} ; then
 elif ${database_cleanup_mode} ; then
        c_args="-d"                             # Tell ctdlvisor to run database_cleanup.sh
 else
-       n_args="--network host"                 # Only open ports if we're running in normal mode
+       n_args="--network=host"                 # Only open ports if we're running in normal mode
 fi
 
 exec docker run \
-       --name citadel \
+       --name=citadel \
        -i \
        --rm \
        ${n_args} \