mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-03-02 01:10:20 +00:00
registry used to be registry v1, but now it defaults to v2. We can therefore drop the tag.
9 lines
88 B
YAML
9 lines
88 B
YAML
version: "3"
|
|
|
|
services:
|
|
registry:
|
|
image: registry
|
|
ports:
|
|
- "5000:5000"
|
|
|