mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
9 lines
157 B
YAML
9 lines
157 B
YAML
|
services:
|
||
|
cockroachdb:
|
||
|
image: cockroachdb/cockroach:latest
|
||
|
command: start-single-node --insecure
|
||
|
ports:
|
||
|
- "26257:26257"
|
||
|
- "8080:8080"
|
||
|
|