mirror of https://github.com/docker/docs.git
Consistent image names, plz
This commit is contained in:
parent
70d69b3133
commit
e73817265a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue