浏览代码

#245 adding resolver to fix lookup of "app" container

Rodja Trappe 2 年之前
父节点
当前提交
c6fcb65883
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/nginx_subpath/nginx.conf

+ 1 - 0
examples/nginx_subpath/nginx.conf

@@ -40,6 +40,7 @@ http {
     server {
         listen 80 default_server;
         server_name _;
+        resolver 127.0.0.11; # see https://github.com/docker/compose/issues/3412
 
         location ~ ^/nicegui/(.*)$ {
             proxy_http_version 1.1;