Commit 3e0c5b37 authored by Chris Molozian's avatar Chris Molozian
Browse files

Update to CRDB v20.1 in the compose file.

parent 0562c6a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
version: '3'
services:
  cockroachdb:
    image: cockroachdb/cockroach:v19.2.2
    image: cockroachdb/cockroach:latest-v20.1
    command: start --insecure --store=attrs=ssd,path=/var/lib/cockroach/
    restart: "no"
    volumes: