Skip to content

Commit

Permalink
Merge pull request #10 from Saetch/6-distribute-values-to-nodes-based…
Browse files Browse the repository at this point in the history
…-on-hashing-algorithm

[#6] changed service.coordinator.restart from plaintext value to string
  • Loading branch information
Saetch authored May 23, 2024
2 parents 263fcf9 + 92861a8 commit 127bf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cluster/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
deploy:
mode: replicated
replicas: 1 ## this is needed as of now. Do not change this or the values will be distributed unevenly. The coordinator is yet to be made replicatable
restart: no
restart: "no"
depends_on:
- hasher_service
nodecs:
Expand Down

0 comments on commit 127bf21

Please sign in to comment.