ソースを参照

Merge pull request #3319 from afshintavakolian/master

fix nginx proxy to localhost
Dawid Makowski 1 年間 前
コミット
41f98878ee
1 ファイル変更2 行追加0 行削除
  1. 2 0
      docker-compose.yml

+ 2 - 0
docker-compose.yml

@@ -450,6 +450,8 @@ services:
       networks:
         - frontend
         - backend
+      extra_hosts:
+        - "host.docker.internal:host-gateway"  
 
 ### OpenResty Server #########################################
     openresty: