rincoin node wip
This commit is contained in:
@@ -3,18 +3,13 @@ version: "3.8"
|
||||
services:
|
||||
rincoin-node:
|
||||
container_name: rincoin-node
|
||||
# Builds from the RinCoin repo (expects a Dockerfile there).
|
||||
build:
|
||||
context: https://github.com/Rin-coin/rincoin.git
|
||||
dockerfile: Dockerfile
|
||||
image: rincoin-node:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9555:9555" # P2P
|
||||
- "9556:9556" # RPC
|
||||
- "9555:9555"
|
||||
- "9556:9556"
|
||||
volumes:
|
||||
# Absolute paths recommended. Update to where you want node data stored.
|
||||
- /mnt/data/docker_vol/rincoin/rincoin-node/data:/data
|
||||
# Provide your config at this exact path on host:
|
||||
- /mnt/data/docker_vol/rincoin/rincoin-node/rincoin.conf:/data/rincoin.conf:ro
|
||||
command:
|
||||
- rincoind
|
||||
|
Reference in New Issue
Block a user