This commit is contained in:
vincent 2024-05-01 07:27:56 +08:00
parent 3726cbdff7
commit 7c6b093dac

View File

@ -1,6 +1,6 @@
#!/bin/bash
docker_compose_file="../docker-compose.yml"
docker_compose_file="./docker-compose.yml"
# 检查是否存在 docker-compose.yml 文件
if [ ! -f $docker_compose_file ]; then