diff --git a/start.sh b/start.sh index 8ecf811..206a0fc 100644 --- a/start.sh +++ b/start.sh @@ -85,7 +85,7 @@ if [ ! -d "$docker_path" ]; then fi cd /data/aix-docker -yaml_file=$(find "$(pwd)" -type f -name "*.yaml" -o -name "*.yml" | head -n 1) +yaml_file=$(find "$(pwd)" -type f -name "docker-compose-*.yaml" | head -n 1) if [ -n "$yaml_file" ]; then if [ -z "$AIX_DOCKER_COMPOSER_FILE" ]; then echo -e "export AIX_DOCKER_COMPOSER_FILE=${yaml_file}" >> ~/.bashrc