Mounting the whole /keystore directory in docker-compose.yml instead of /keystore/keystore.json
In case the keystore hasn't been generated yet, the /keystore directory will be automatically created by docker instead of a /keystore/keystore.json directory.
In general, it's better for the volumes mounted to be intended directories instead of files.
Description
Mounting the whole
/keystore
directory indocker-compose.yml
instead of/keystore/keystore.json
In case the keystore hasn't been generated yet, the
/keystore
directory will be automatically created by docker instead of a/keystore/keystore.json
directory.In general, it's better for the volumes mounted to be intended directories instead of files.
Issue:
Advances https://github.com/waku-org/nwaku-compose/issues/32