docs: replace fix cockroachdb version with latest stable (#6803)

This commit is contained in:
Silvan
2023-10-25 16:20:55 +02:00
committed by GitHub
parent 48ae5d58ac
commit c8b9b0ac75
9 changed files with 11 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ services:
db:
restart: 'always'
image: 'cockroachdb/cockroach:v22.2.10'
image: 'cockroachdb/cockroach:latest'
command: 'start-single-node --insecure --http-addr :9090'
healthcheck:
test: ['CMD', 'curl', '-f', 'http://localhost:9090/health?ready=1']