This commit is contained in:
2025-03-07 13:44:24 +01:00
parent b52c00367d
commit 79227d6878

View File

@ -11,7 +11,7 @@ services:
# - /share/docker_data/registry/certs:/certs
- '/share/docker_registry/data:/var/lib/registry'
environment:
REGISTRY_STORAGE_DELETE_ENABLED: "true"
- REGISTRY_STORAGE_DELETE_ENABLED=true
- 'REGISTRY_AUTH=htpasswd'
- 'REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm'
- 'REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd'