Skip to content

Commit 4ec1aad

Browse files
author
Mano Marks
authored
Merge pull request docker#178 from mohan08p/votingapp1
the 'before' tag to images
2 parents 610f19b + 7af772c commit 4ec1aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beginner/chapters/votingapp.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ ID NAME MODE REPLICAS IMAGE
140140
25wo6p7fltyn vote_db replicated 1/1 postgres:9.4
141141
2ot4sz0cgvw3 vote_worker replicated 1/1 dockersamples/examplevotingapp_worker:latest
142142
9faz4wbvxpck vote_redis replicated 2/2 redis:alpine
143-
ocm8x2ijtt88 vote_vote replicated 2/2 dockersamples/examplevotingapp_vote:latest
144-
p1dcwi0fkcbb vote_result replicated 2/2 dockersamples/examplevotingapp_result:latest
143+
ocm8x2ijtt88 vote_vote replicated 2/2 dockersamples/examplevotingapp_vote:before
144+
p1dcwi0fkcbb vote_result replicated 2/2 dockersamples/examplevotingapp_result:before
145145
```
146146

147147
If you take a look at `docker-stack.yml`, you will see that the file defines

0 commit comments

Comments
 (0)