mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
fix: remove :z attr from volumes
This commit is contained in:
parent
4cf303cdf6
commit
5d5f9777c7
@ -78,7 +78,7 @@ class WakuNode:
|
||||
default_args[key] = value
|
||||
|
||||
if len(default_args["rln-creds"]) == 4:
|
||||
self._volumes.extend(["/rln_tree:/etc/rln_tree/:z", "/keystore/keystore.json:/keystore/keystore.json/:z"])
|
||||
self._volumes.extend(["/rln_tree:/etc/rln_tree", "/keystore/keystore.json:/keystore/keystore.json"])
|
||||
rln_opts = {}
|
||||
if self.is_gowaku():
|
||||
rln_opts = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user