mirror of https://github.com/docker/docs.git
Merge pull request #461 from docker/registry-name
Change "external registry" example in stack-yaml-reference
This commit is contained in:
commit
60e7fa9472
|
@ -42,7 +42,7 @@ The image used to deploy this service. This is the only mandatory key.
|
|||
```yml
|
||||
image: drupal
|
||||
image: dockercloud/hello-world
|
||||
image: quay.io/borja/redis
|
||||
image: my.registry.com/redis
|
||||
```
|
||||
|
||||
## autodestroy
|
||||
|
|
Loading…
Reference in New Issue