gemercheung hace 3 años
padre
commit
1fabeb7385
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      start.sh

+ 0 - 7
start.sh

@@ -28,10 +28,3 @@ else
     docker-compose up --force-recreate -d
     
 fi
-
-# if [ "$(docker container inspect -f '{{.State.Status}}' $CONTAINER_NAME)" == "running" ]; then
-#     docker rm $CONTAINER_NAME -f
-#     docker-compose up -d
-# else
-#     docker-compose up -d
-# fi