Andrew Camilleri
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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: |
|
|