We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc1b2e commit 8a837f9Copy full SHA for 8a837f9
docker-compose.yml
@@ -65,7 +65,7 @@ services:
65
cockroachdb:
66
image: "cockroachdb/cockroach:v22.1.6"
67
container_name: "typeorm-cockroachdb"
68
- command: start-single-node --insecure --cache=.25 --store=type=mem,size=.25 --logtostderr=NONE --log-dir=""
+ command: start-single-node --insecure --cache=.25 --store=type=mem,size=.25
69
ports:
70
- "26257:26257"
71
0 commit comments