Skip to content

Commit 9c86aff

Browse files
committed
adding before tag to vote and result images
1 parent a7d95d3 commit 9c86aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
placement:
2525
constraints: [node.role == manager]
2626
vote:
27-
image: dockersamples/examplevotingapp_vote
27+
image: dockersamples/examplevotingapp_vote:before
2828
ports:
2929
- 5000:80
3030
networks:
@@ -38,7 +38,7 @@ services:
3838
restart_policy:
3939
condition: on-failure
4040
result:
41-
image: dockersamples/examplevotingapp_result
41+
image: dockersamples/examplevotingapp_result:before
4242
ports:
4343
- 5001:80
4444
networks:

0 commit comments

Comments
 (0)