Merge pull request #39 from waku-org/fix-keystore-path

docker-compose.yml: keystore.json file should be mounted like a file
This commit is contained in:
Ivan FB 2024-01-12 11:25:47 +01:00 committed by GitHub
commit d0e107f1ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.json:/keystore/keystore.json:Z
entrypoint: sh
command:
- /opt/run_node.sh