diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-24 12:56:33 +0000 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-24 12:56:33 +0000 |
| commit | 15a66eed399262b5f78c71bce46a9d5738338d7c (patch) | |
| tree | 220c75372c569ae811aeb9ed41bca8524465cfe1 /bin/compose | |
| parent | make base fns static, other minor fixes (diff) | |
| download | crimson-main.tar.gz crimson-main.tar.bz2 crimson-main.zip | |
Diffstat (limited to 'bin/compose')
| -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 |