feat(Docker): Remove hash because it depends on the architecture
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user