Skip to content

Commit

Permalink
fix: add flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-clius committed Feb 14, 2023
1 parent 7af2aa1 commit 9c7196b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
--keep-alive={{ nim_waku_keep_alive | to_json }}
--max-connections={{ nim_waku_p2p_max_connections }}
--dns4-domain-name={{ nim_waku_dns4_domain_name }}
--topics={{ nim_waku_topics | join(" ") }}
--topics='{{ nim_waku_topics | join(" ") }}'
{% if "store" in nim_waku_protocols_enabled %}
--store-message-db-url='sqlite:///data/store.sqlite3'
--store-message-retention-policy={{ nim_waku_store_message_retention_policy }}
Expand Down

0 comments on commit 9c7196b

Please sign in to comment.