Skip to content

Commit c33b6ae

Browse files
author
Mano Marks
authored
Merge pull request dockersamples#67 from marcosnils/patch-2
Update replicas to 1 in result service
2 parents 14ba5b9 + 45eb3aa commit c33b6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
depends_on:
4747
- db
4848
deploy:
49-
replicas: 2
49+
replicas: 1
5050
update_config:
5151
parallelism: 2
5252
delay: 10s

0 commit comments

Comments
 (0)