mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-03 14:33:12 +00:00
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:
commit
d0e107f1ef
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user