Browse Source

Merge pull request #3319 from afshintavakolian/master

fix nginx proxy to localhost
Dawid Makowski 1 year ago
parent
commit
41f98878ee
1 changed files with 2 additions and 0 deletions
  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: