Parcourir la source

Reinicio automático

root il y a 3 ans
Parent
commit
49ad181904
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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