Ver Fonte

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

Rodja Trappe há 2 anos atrás
pai
commit
c6fcb65883
1 ficheiros alterados com 1 adições e 0 exclusões
  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;