mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 01:01:12 +00:00
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:
@@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
registry:
|
||||
image: registry:2
|
||||
image: registry
|
||||
ports:
|
||||
- "5000:5000"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user