Chain
Docker CMD run as Daemon¶
Docker CMD Interactive¶
Docker CMD run as docker service¶
Docker Compose¶
version: "3"
services:
lthn-chain:
image: lthn/chain
volumes:
- ~/Lethean/data:/root/Lethean/data
ports:
- 48772
- 48782