diff options
| -rwxr-xr-x | bin/compose | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/compose b/bin/compose index cd63aa1..e4060f2 100755 --- a/bin/compose +++ b/bin/compose @@ -86,7 +86,7 @@ function include_docker { include_docker "$CRIMSON_ROOT/docker/docker-compose.base.yml" "true" include_docker "$CRIMSON_ROOT/docker/docker-compose.db.yml" "$POSTGRES_ENABLED" include_docker "$CRIMSON_ROOT/docker/docker-compose.api.yml" "$API_ENABLED" -include_docker "$PROJECT_ROOT/conf/docker-compose.override.yml" "true" +include_docker "$PROJECT_ROOT/docker-compose.override.yml" "true" # set project name |