Skip to content

Commit

Permalink
update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
allnash committed Oct 26, 2024
1 parent f96df67 commit be74cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
REGISTRY_AUTH: htpasswd
REGISTRY_AUTH_HTPASSWD_REALM: "Registry Realm"
REGISTRY_AUTH_HTPASSWD_PATH: /auth/htpasswd
# Ensure this certificate is a chain if its coming from a legit CA
REGISTRY_HTTP_TLS_CERTIFICATE: /certs/${SSL_DOMAIN_DIR}/${SSL_CERT_FILE}
REGISTRY_HTTP_TLS_KEY: /certs/${SSL_DOMAIN_DIR}/${SSL_KEY_FILE}
REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /var/lib/registry
Expand Down

0 comments on commit be74cf8

Please sign in to comment.