laconicd-deprecated/docker-compose.yaml

8 lines
147 B
YAML
Raw Normal View History

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