docker-compose.yml: keystore.json file should be mounted like a file

This commit is contained in:
Ivan Folgueira Bande 2024-01-11 19:11:01 +01:00
parent 7d9bcac50b
commit ce81e63c9b
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ services:
- ./run_node.sh:/opt/run_node.sh:Z - ./run_node.sh:/opt/run_node.sh:Z
- ./certs:/etc/letsencrypt/:Z - ./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.json:/keystore/keystore.json:Z
entrypoint: sh entrypoint: sh
command: command:
- /opt/run_node.sh - /opt/run_node.sh