mirror of
https://github.com/waku-org/nwaku-compose.git
synced 2025-01-24 06:21:26 +00:00
mounting keystore directory instead of keystore.json (#47)
This commit is contained in:
parent
4611f1308a
commit
b97a8a429d
@ -57,7 +57,7 @@ services:
|
|||||||
- ./run_node.sh:/opt/run_node.sh:Z
|
- ./run_node.sh:/opt/run_node.sh:Z
|
||||||
- ${CERTS_DIR:-./certs}:/etc/letsencrypt/:Z
|
- ${CERTS_DIR:-./certs}:/etc/letsencrypt/:Z
|
||||||
- ./rln_tree:/etc/rln_tree/:Z
|
- ./rln_tree:/etc/rln_tree/:Z
|
||||||
- ./keystore/keystore.json:/keystore/keystore.json:Z
|
- ./keystore:/keystore:Z
|
||||||
entrypoint: sh
|
entrypoint: sh
|
||||||
command:
|
command:
|
||||||
- /opt/run_node.sh
|
- /opt/run_node.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user