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