Update docker-compose.yaml

This commit is contained in:
2025-09-27 19:21:41 +00:00
parent eb8dc889c4
commit b1a209ec52

View File

@@ -6,6 +6,11 @@ services:
- "5000:5000"
volumes:
- /home/aetos/registry:/var/lib/registry
- /home/aetos/registry/auth:/auth:ro
environment:
REGISTRY_AUTH: htpasswd
REGISTRY_AUTH_HTPASSWD_REALM: "Registry Realm"
REGISTRY_AUTH_HTPASSWD_PATH: /auth/htpasswd
restart: always
registry-ui: