update bash

This commit is contained in:
archer
2023-09-04 18:03:20 +08:00
parent 1207e3e566
commit ae88d79d6f
2 changed files with 8 additions and 3 deletions

View File

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