Browse Source

Update groestlcoin-clightning.yml

feature/auto_ssh
Andrew Camilleri 6 years ago
committed by GitHub
parent
commit
cf1fdb5a7e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docker-compose-generator/docker-fragments/groestlcoin-clightning.yml

4
docker-compose-generator/docker-fragments/groestlcoin-clightning.yml

@ -20,7 +20,7 @@ services:
chain=grs chain=grs
volumes: volumes:
- "clightning_groestlcoin_datadir:/root/.lightning" - "clightning_groestlcoin_datadir:/root/.lightning"
- "bitcoin_datadir:/etc/groestlcoin" - "groestlcoin_datadir:/etc/groestlcoin"
- "nbxplorer_datadir:/root/.nbxplorer" - "nbxplorer_datadir:/root/.nbxplorer"
ports: ports:
- "9737:9737" - "9737:9737"
@ -35,4 +35,4 @@ services:
links: links:
- clightning_groestlcoin - clightning_groestlcoin
volumes: volumes:
clightning_groestlcoin_datadir: clightning_groestlcoin_datadir:

Loading…
Cancel
Save