single registry

This commit is contained in:
2025-10-10 14:00:36 +05:30
parent a6d856bd6c
commit 94216ab3ad

View File

@@ -12,6 +12,7 @@ services:
REGISTRY_AUTH: "htpasswd"
REGISTRY_AUTH_HTPASSWD_PATH: "/auth/htpasswd"
SINGLE_REGISTRY: "true"
depends_on:
- registry
restart: always