Fixed cln directory and some permission issues

This commit is contained in:
kexkey
2018-10-11 16:02:15 -04:00
parent 7f9ebe6bb0
commit 74e4fc9fbf
4 changed files with 8 additions and 5 deletions

View File

@@ -12,11 +12,12 @@ services:
# Variable substitutions don't work
# Match with DB_PATH in proxy_docker/env.properties
- "~/btcproxydb:/proxy/db"
- "~/lndata:/proxy/.lightning"
# c-lightning looks for $HOME/.lightning/, and $HOME is set to / in the container
- "~/lndata:/.lightning"
# deploy:
# placement:
# constraints: [node.hostname==dev]
command: $USER /proxy/startproxy.sh
command: $USER ./startproxy.sh
networks:
- cyphernodenet
@@ -41,7 +42,7 @@ services:
# deploy:
# placement:
# constraints: [node.hostname==dev]
command: $USER /pycoin/startpycoin.sh
command: $USER ./startpycoin.sh
networks:
- cyphernodenet