laconicd-deprecated/docker-compose.yaml
2018-07-13 14:28:11 -07:00

8 lines
147 B
YAML

version: '3'
services:
ethermint:
build: .
volumes:
- ./data/:/data/
command: ["ethermint", "-blockchain", "/data/blockchain"]