mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Use latest cockroachdb image.
This commit is contained in:
parent
ecf7da67fa
commit
5586483c9c
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- cockroachdb
|
- cockroachdb
|
||||||
cockroachdb:
|
cockroachdb:
|
||||||
image: cockroachdb/cockroach:latest-v21.2
|
image: cockroachdb/cockroach:latest
|
||||||
command: start-single-node --insecure
|
command: start-single-node --insecure
|
||||||
|
|
Loading…
Reference in a new issue