Skip to content

Commit 5e778ce

Browse files
committed
it's odk not central
1 parent b4aa5c0 commit 5e778ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
# 2. Corresponding legacy DB_VAR in .env. These are legacy overrides for custom database connections.
6161
# 3. ODK default value.
6262
- PGHOST=${PGHOST-${DB_HOST:-postgres14}}
63-
- PGDATABASE=${PGDATABASE-${DB_NAME:-central}}
63+
- PGDATABASE=${PGDATABASE-${DB_NAME:-odk}}
6464
- PGUSER=${PGUSER-${DB_USER:-odk}}
6565
- PGPASSWORD=${PGPASSWORD-${DB_PASSWORD:-odk}}
6666
- PGAPPNAME=${PGAPPNAME:-odkcentral}

0 commit comments

Comments
 (0)