rubyangxg %!s(int64=4) %!d(string=hai) anos
pai
achega
347a76822f
Modificáronse 1 ficheiros con 1 adicións e 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