mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
9 lines
167 B
YAML
9 lines
167 B
YAML
version: '3'
|
|
services:
|
|
tendermint-proof:
|
|
build: .
|
|
volumes:
|
|
- ./:/home/user/tendermint-proof:ro
|
|
- ./output:/home/user/tendermint-proof/output:rw
|
|
|