rubyangxg hace 4 años
padre
commit
347a76822f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker-redis-sentinel-master/start.sh

+ 1 - 1
docker-redis-sentinel-master/start.sh

@@ -8,7 +8,7 @@ pushd `dirname $0`
 echo "EXTERNAL_HOST=$IP" > .env
 
 # Start the services and wait for it.
-docker-compose up -d --build
+docker-compose up --force-recreate --build -d
 docker-compose ps
 
 popd