mirror of https://github.com/docker/docs.git
Merge pull request #11071 from usha-mandya/compose-push-patch
Update image push reference
This commit is contained in:
commit
89b17b237f
|
@ -31,5 +31,5 @@ services:
|
|||
|
||||
service2:
|
||||
build: .
|
||||
image: youruser/yourimage # goes to your user DockerHub registry
|
||||
image: your-dockerid/yourimage # goes to your repository on Docker Hub
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue