Update to use lowercase

This commit is contained in:
Usha Mandya 2020-07-01 16:58:28 +01:00 committed by GitHub
parent ff1578ba9d
commit 9031d87295
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: yourDockerID/yourimage # goes to your repository on Docker Hub
image: your-dockerid/yourimage # goes to your repository on Docker Hub
```