Skip to content

Commit 8a837f9

Browse files
committed
fixed cockroachdb version upgrade issues
1 parent dbc1b2e commit 8a837f9

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
@@ -65,7 +65,7 @@ services:
6565
cockroachdb:
6666
image: "cockroachdb/cockroach:v22.1.6"
6767
container_name: "typeorm-cockroachdb"
68-
command: start-single-node --insecure --cache=.25 --store=type=mem,size=.25 --logtostderr=NONE --log-dir=""
68+
command: start-single-node --insecure --cache=.25 --store=type=mem,size=.25
6969
ports:
7070
- "26257:26257"
7171

0 commit comments

Comments
 (0)