update bash

This commit is contained in:
archer
2023-09-04 17:51:56 +08:00
parent 3449024678
commit 1207e3e566
3 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
docker-compose pull
docker-compose up -d
docker-compose up -d --pull
echo "Docker Compose 重新拉取镜像完成!"