feat(Docker): Remove hash because it depends on the architecture

This commit is contained in:
2022-02-22 15:55:18 +01:00
parent cf44901c1d
commit 0e1c155fbf
14 changed files with 14 additions and 14 deletions

View File

@ -7,7 +7,7 @@ volumes:
services:
registry:
container_name: ${REGISTRY_CONTAINER_NAME}
image: ${REGISTRY_IMAGE:-registry:2.8.0@sha256:c26590bcf53822a542e78fab5c88e1dfbcdee91c1882f4656b7db7b542d91d97}
image: ${REGISTRY_IMAGE:-registry:2.8.0}
restart: always
environment:
REGISTRY_AUTH: htpasswd