File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
4
4
image : prismagraphql/cockroachdb-custom:23.1@sha256:c5a97355d56a7692ed34d835dfd8e3663d642219ea90736658a24840ea26862d
5
5
restart : unless-stopped
6
6
command : |
7
- cockroach start-single-node --insecure --store=type=mem,size=1GB --advertise-addr=localhost
7
+ cockroach start-single-node --insecure --store=type=mem,size=1GB
8
8
ports :
9
9
- ' 26260:26257'
10
10
networks :
@@ -14,7 +14,7 @@ services:
14
14
image : prismagraphql/cockroachdb-custom:22.2
15
15
restart : unless-stopped
16
16
command : |
17
- cockroach start-single-node --insecure --store=type=mem,size=1GB --advertise-addr=localhost
17
+ cockroach start-single-node --insecure --store=type=mem,size=1GB
18
18
ports :
19
19
- ' 26259:26257'
20
20
networks :
@@ -24,7 +24,7 @@ services:
24
24
image : prismagraphql/cockroachdb-custom:22.1.0
25
25
restart : unless-stopped
26
26
command : |
27
- cockroach start-single-node --insecure --store=type=mem,size=1GB --advertise-addr=localhost
27
+ cockroach start-single-node --insecure --store=type=mem,size=1GB
28
28
ports :
29
29
- ' 26257:26257'
30
30
networks :
@@ -34,7 +34,7 @@ services:
34
34
image : prismagraphql/cockroachdb-custom:21.2.0-patched
35
35
restart : unless-stopped
36
36
command : |
37
- cockroach start-single-node --insecure --store=type=mem,size=1GB --advertise-addr=localhost
37
+ cockroach start-single-node --insecure --store=type=mem,size=1GB
38
38
ports :
39
39
- ' 26258:26257'
40
40
networks :
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ services:
70
70
image : prismagraphql/cockroachdb-custom:22.2
71
71
restart : unless-stopped
72
72
command : |
73
- cockroach start-single-node --insecure --store=type=mem,size=1GB --advertise-addr=localhost
73
+ cockroach start-single-node --insecure --store=type=mem,size=1GB
74
74
ports :
75
75
- ' 26259:26257'
76
76
networks :
You can’t perform that action at this time.
0 commit comments