mounting keystore directory instead of keystore.json

This commit is contained in:
Gabriel mermelstein 2024-02-13 16:06:06 +02:00
parent 4611f1308a
commit 25d80af285
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -57,7 +57,7 @@ services:
- ./run_node.sh:/opt/run_node.sh:Z
- ${CERTS_DIR:-./certs}:/etc/letsencrypt/:Z
- ./rln_tree:/etc/rln_tree/:Z
- ./keystore/keystore.json:/keystore/keystore.json:Z
- ./keystore:/keystore:Z
entrypoint: sh
command:
- /opt/run_node.sh