This commit is contained in:
vincent 2024-05-01 07:32:51 +08:00
parent 7c6b093dac
commit 41aee6756d

View File

@ -9,7 +9,7 @@ if [ ! -f $docker_compose_file ]; then
fi fi
echo "正在关闭容器.." echo "正在关闭容器.."
docker-compose -f $docker_compose_file donwn docker-compose -f $docker_compose_file down
echo "正在更新镜像.." echo "正在更新镜像.."
docker-compose -f $docker_compose_file pull docker-compose -f $docker_compose_file pull