Przeglądaj źródła

Reinicio automático

root 3 lat temu
rodzic
commit
49ad181904
1 zmienionych plików z 1 dodań i 1 usunięć
  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