mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-27 15:39:54 +03:00
Fix REGISTRY_URL
not working
Tested with nginx version `1.13.8` and docker image `joxit/docker-registry-ui:static`
This commit is contained in:
parent
bf3e3c9fa8
commit
c563f7dd4c
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ server {
|
|||
}
|
||||
|
||||
#! location /v2 {
|
||||
#! set $upstream ${REGISTRY_URL};
|
||||
#! proxy_pass $upstream;
|
||||
#! proxy_pass ${REGISTRY_URL};
|
||||
#! }
|
||||
|
||||
#error_page 404 /404.html;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue