File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ services:
167
167
image : registry:2.8.2
168
168
restart : always
169
169
environment :
170
- REGISTRY_HTTP_HEADERS_Access-Control-Origin : ' [http://registry.example.com]'
170
+ REGISTRY_HTTP_HEADERS_Access-Control-Allow- Origin : ' [http://registry.example.com]'
171
171
REGISTRY_HTTP_HEADERS_Access-Control-Allow-Methods : ' [HEAD,GET,OPTIONS,DELETE]'
172
- REGISTRY_HTTP_HEADERS_Access-Control-Credentials : ' [true]'
172
+ REGISTRY_HTTP_HEADERS_Access-Control-Allow- Credentials : ' [true]'
173
173
REGISTRY_HTTP_HEADERS_Access-Control-Allow-Headers : ' [Authorization,Accept,Cache-Control]'
174
174
REGISTRY_HTTP_HEADERS_Access-Control-Expose-Headers : ' [Docker-Content-Digest]'
175
175
REGISTRY_STORAGE_DELETE_ENABLED : ' true'
You can’t perform that action at this time.
0 commit comments