registry/docker-compose.yml

10 lines
191 B
YAML
Raw Normal View History

2023-09-08 08:26:53 +00:00
---
services:
registry:
image: registry:${REGISTRY_VERSION}
restart: unless-stopped
ports:
- ${REGISTRY_PORT}:5000
volumes:
- ${REGISTRY_DATA}:/var/lib/registry