Skip to content

Commit 1d10c52

Browse files
committed
Workaround for edgedb docker having a stale default branch of "edgedb"
1 parent bb387f0 commit 1d10c52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ ENV NODE_ENV=development \
5656
EDGEDB_SERVER_SECURITY=insecure_dev_mode \
5757
# Don't start/host the db server, just bootstrap & quit.
5858
EDGEDB_SERVER_BOOTSTRAP_ONLY=1 \
59+
# Temporary until upstream stale default of "edgedb" is resolved
60+
EDGEDB_SERVER_DATABASE=main \
5961
# Don't flood log with cache debug messages
6062
VERBOSE_YARN_LOG=discard
6163

0 commit comments

Comments
 (0)