浏览代码

allow parameters for ./run..

Klumpp, Paul-Dieter 7 年之前
父节点
当前提交
fc4c478caf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      run_docker_masterserver.sh

+ 1 - 1
run_docker_masterserver.sh

@@ -1,4 +1,4 @@
 #!/bin/bash
 # to change run parameters, edit docker-compose.yml
-docker-compose build  --force-rm  --pull && docker-compose up #  add a -d here to run in background
+docker-compose build  --force-rm  --pull && docker-compose up $* #  add a -d here to run in background