Skip to content

Commit 3a7eb3b

Browse files
committed
Fix image names in dockercloud.yml
1 parent ade2b40 commit 3a7eb3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dockercloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ redis:
66
restart: always
77
result:
88
autoredeploy: true
9-
image: 'instavote/result:latest'
9+
image: 'docker/example-voting-app-result:latest'
1010
ports:
1111
- '80:80'
1212
restart: always
@@ -22,12 +22,12 @@ lb:
2222
restart: always
2323
vote:
2424
autoredeploy: true
25-
image: 'instavote/vote:latest'
25+
image: 'docker/example-voting-app-vote:latest'
2626
restart: always
2727
target_num_containers: 5
2828

2929
worker:
3030
autoredeploy: true
31-
image: 'instavote/worker:latest'
31+
image: 'docker/example-voting-app-worker:latest'
3232
restart: always
3333
target_num_containers: 3

0 commit comments

Comments
 (0)