Update docker-compose.yaml
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user