Add missing space (#11061)

This commit is contained in:
Alan Bondarchuk 2020-06-30 12:32:22 +03:00 committed by GitHub
parent 9fdc494820
commit ea11c50410
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 youruser DockerHub registry
image: youruser/yourimage # goes to your user DockerHub registry
```