ソースを参照

Reinicio automático

root 3 年 前
コミット
49ad181904
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      compare.sh

+ 1 - 1
compare.sh

@@ -34,4 +34,4 @@ docker build -t ondemand-$lower_id .
 ###prueba
 # docker run -it -v /var/fourier:/var/fourier ondemand-$lower_id bash
 ###produccion
-docker run -d -v /tmp:/tmp ondemand-$lower_id
+docker run -d --restart=always -v /tmp:/tmp ondemand-$lower_id