Explorar el Código

Merge branch 'docker' of git.miralo.xyz:AudioValid/fourier-ondemand into docker

Hugo hace 3 años
padre
commit
9bdb4906d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 -v /tmp:/tmp ondemand-$lower_id
+docker run -d --restart=always -v /tmp:/tmp ondemand-$lower_id