Fix _ping endpoint to match the new spec
This commit is contained in:
parent
9d1b6d829a
commit
8548538516
1 changed files with 1 additions and 1 deletions
|
@ -58,5 +58,5 @@ location /v1/_ping {
|
|||
add_header Content-Type text/plain;
|
||||
add_header X-Docker-Registry-Version 0.6.0;
|
||||
add_header X-Docker-Registry-Standalone 0;
|
||||
return 200 'okay';
|
||||
return 200 'true';
|
||||
}
|
Reference in a new issue