10 lines
191 B
YAML
10 lines
191 B
YAML
|
---
|
||
|
services:
|
||
|
registry:
|
||
|
image: registry:${REGISTRY_VERSION}
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- ${REGISTRY_PORT}:5000
|
||
|
volumes:
|
||
|
- ${REGISTRY_DATA}:/var/lib/registry
|