mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Merge pull request #464 from TeamPiped/cockroachdb-latest
Use latest cockroachdb image.
This commit is contained in:
commit
ad1b1d3306
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…
Add table
Add a link
Reference in a new issue