mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update b.o. Error while creating Registry Service (#4465)
This commit is contained in:
committed by
Misty Stanley-Jones
parent
77af3cec56
commit
f9766e21f1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user