Skip to content

Commit 011027f

Browse files
committed
fix compose file name
1 parent f213042 commit 011027f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get_prod_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FOLDER_NAME="gptwrapper"
88

99
PROJECT_ROOT=$(dirname $(dirname $(realpath "$0")))
1010
BACKUPS=$PROJECT_ROOT/backups/
11-
DOCKER_COMPOSE=$PROJECT_ROOT/docker-compose.yml
11+
DOCKER_COMPOSE=$PROJECT_ROOT/compose.yaml
1212

1313
S3_CONF=~/.s3cfg
1414

0 commit comments

Comments
 (0)