소스 검색

#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 {
     server {
         listen 80 default_server;
         listen 80 default_server;
         server_name _;
         server_name _;
+        resolver 127.0.0.11; # see https://github.com/docker/compose/issues/3412
 
 
         location ~ ^/nicegui/(.*)$ {
         location ~ ^/nicegui/(.*)$ {
             proxy_http_version 1.1;
             proxy_http_version 1.1;