Skip to content

Commit

Permalink
fix(docker): NGINX_PROXY_PASS_URL use long cache DNS resolution (#333)
Browse files Browse the repository at this point in the history
fix #333
  • Loading branch information
Joxit committed Sep 22, 2023
1 parent 3414d7b commit 1f29132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ server {
#! proxy_http_version 1.1;
#! ${NGINX_PROXY_HEADERS}
#! ${NGINX_PROXY_PASS_HEADERS}
#! proxy_pass ${NGINX_PROXY_PASS_URL};
#! set $registry_server "${NGINX_PROXY_PASS_URL}";
#! proxy_pass $registry_server;
#! }

#error_page 404 /404.html;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "2.5.2",
"version": "2.5.3",
"type": "module",
"scripts": {
"format": "npm run format-html && npm run format-js && npm run format-riot",
Expand Down

0 comments on commit 1f29132

Please sign in to comment.