Merge pull request #11071 from usha-mandya/compose-push-patch

Update image push reference
This commit is contained in:
Sebastiaan van Stijn 2020-07-01 18:14:09 +02:00 committed by GitHub
commit 89b17b237f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```