mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
Update b.o. Error while creating Registry Service (#4465)
This commit is contained in:
parent
675ffdbdaf
commit
8b93c50982
@ -319,7 +319,7 @@ $ docker service create \
|
||||
--secret domain.crt \
|
||||
--secret domain.key \
|
||||
--label registry=true \
|
||||
-v /mnt/registry:/var/lib/registry \
|
||||
--mount src=/mnt/registry,dst=/var/lib/registry \
|
||||
-e REGISTRY_HTTP_ADDR=0.0.0.0:80 \
|
||||
-e REGISTRY_HTTP_TLS_CERTIFICATE=/run/secrets/domain.crt \
|
||||
-e REGISTRY_HTTP_TLS_KEY=/run/secrets/domain.key \
|
||||
|
Loading…
Reference in New Issue
Block a user