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 3762515 commit 908ff64Copy full SHA for 908ff64
.github/ISSUE_TEMPLATE/config.yml
@@ -11,4 +11,4 @@ contact_links:
11
about: Learn how to notify us for sensitive bugs
12
- name: Report a bug
13
url: https://github.com/ylsideas/cockroachdb-laravel/issues/new
14
- about: Report a reproducable bug
+ about: Report a reproducible bug
docker-compose.yml
@@ -6,8 +6,6 @@ services:
6
- "26257:26257"
7
- "8080:8080"
8
command: start-single-node --insecure --store=type=mem,size=0.9 --advertise-addr=localhost
9
-# volumes:
10
-# - crdb-volume:/cockroach/cockroach-data
deploy:
resources:
limits:
@@ -16,6 +14,3 @@ services:
16
reservations:
17
15
cpus: '0.25'
18
memory: 500M
19
-
20
-#volumes:
21
-# crdb-volume:
0 commit comments