Replace registry:2 with registry

registry used to be registry v1, but now it defaults to v2.
We can therefore drop the tag.
This commit is contained in:
Jerome Petazzoni
2018-09-28 18:36:29 -05:00
parent 524d6e4fc1
commit fadecd52ee
4 changed files with 7 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ version: "3"
services:
registry:
image: registry:2
image: registry
ports:
- "5000:5000"