This commit is contained in:
vincent
2024-05-01 07:32:51 +08:00
parent 7c6b093dac
commit 41aee6756d
+1 -1
View File
@@ -9,7 +9,7 @@ if [ ! -f $docker_compose_file ]; then
fi
echo "正在关闭容器.."
docker-compose -f $docker_compose_file donwn
docker-compose -f $docker_compose_file down
echo "正在更新镜像.."
docker-compose -f $docker_compose_file pull