mounting keystore directory instead of keystore.json (#47)

This commit is contained in:
gabrielmer 2024-02-14 15:56:21 +02:00 committed by GitHub
parent 4611f1308a
commit b97a8a429d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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