Browse Source

init project

rubyangxg 4 năm trước cách đây
mục cha
commit
347a76822f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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