Skip to content

Commit

Permalink
chore(db): add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed Nov 10, 2023
1 parent 314357b commit c5d33fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
cockroachdb:
# Use cockroachdb single-node clusters for non-production testing
# Only use cockroachdb single-node clusters for non-production environment
image: cockroachdb/cockroach:latest-v23.1
command: start-single-node --insecure --store=attrs=ssd,path=/var/lib/cockroach/,size=20%
restart: "no"
Expand Down

0 comments on commit c5d33fc

Please sign in to comment.