fix: Unable to push image on non 80 port

resolves: #88
This commit is contained in:
Joxit 2019-06-22 10:47:37 +02:00
parent d7a19734ce
commit 1321d9b573
No known key found for this signature in database
GPG key ID: F526592B8E012263
8 changed files with 69 additions and 6 deletions

View file

@ -24,6 +24,7 @@ server {
#! if ($http_user_agent ~ "^(docker\/1\.(3|4|5(?!\.[0-9]-dev))|Go ).*$" ) {
#! return 404;
#! }
#! proxy_set_header Host $http_host;
#! proxy_pass ${REGISTRY_URL};
#! }