Skip to content

Commit 672dc99

Browse files
authored
Merge pull request #33 from readysettech/jcd-fix-accidental-upstream-change
Fix accidental upstream change
2 parents 8b8fc2b + 18ff191 commit 672dc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
- "3307:3307"
2929
- "6034:6034"
3030
environment:
31-
- UPSTREAM_DB_URL=mysql://root:[email protected]:3306/imdb
31+
- UPSTREAM_DB_URL=mysql://root:[email protected]:3306/noria
3232
- LISTEN_ADDRESS=0.0.0.0:3307
3333
depends_on:
3434
mysql-master:

0 commit comments

Comments
 (0)