mirror of
https://github.com/waku-org/nwaku-compose.git
synced 2025-02-13 07:46:22 +00:00
docker-compose.yml: keystore.json file should be mounted like a file
This commit is contained in:
parent
7d9bcac50b
commit
ce81e63c9b
@ -57,7 +57,7 @@ services:
|
||||
- ./run_node.sh:/opt/run_node.sh:Z
|
||||
- ./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
|
||||
|
Loading…
x
Reference in New Issue
Block a user