Skip to content

Commit 908ff64

Browse files
committed
minor clean up
1 parent 3762515 commit 908ff64

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ contact_links:
1111
about: Learn how to notify us for sensitive bugs
1212
- name: Report a bug
1313
url: https://github.com/ylsideas/cockroachdb-laravel/issues/new
14-
about: Report a reproducable bug
14+
about: Report a reproducible bug

docker-compose.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ services:
66
- "26257:26257"
77
- "8080:8080"
88
command: start-single-node --insecure --store=type=mem,size=0.9 --advertise-addr=localhost
9-
# volumes:
10-
# - crdb-volume:/cockroach/cockroach-data
119
deploy:
1210
resources:
1311
limits:
@@ -16,6 +14,3 @@ services:
1614
reservations:
1715
cpus: '0.25'
1816
memory: 500M
19-
20-
#volumes:
21-
# crdb-volume:

0 commit comments

Comments
 (0)