Consistent image names, plz

This commit is contained in:
John Mulhausen 2017-04-19 08:18:11 -07:00 committed by GitHub
parent 70d69b3133
commit e73817265a
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ with the following:
version: "3"
services:
web:
image: docs/get-started:part2
image: username/repo:tag
deploy:
replicas: 5
restart_policy:
@ -135,7 +135,7 @@ which finally adds a Redis service.
version: "3"
services:
web:
image: johndmulhausen/get-started:part1
image: username/repo:tag
deploy:
replicas: 5
restart_policy: