mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-02-27 12:39:28 +00:00
14 lines
188 B
Go
14 lines
188 B
Go
|
|
|
|
services:
|
|
registry:
|
|
image: registry:2
|
|
ports:
|
|
- "443:5000"
|
|
volumes:
|
|
- ./:/etc/docker/registry
|
|
- registry-data:/var/lib/registry
|
|
|
|
volumes:
|
|
registry-data:
|