Merge pull request #3319 from afshintavakolian/master

fix nginx proxy to localhost
This commit is contained in:
Dawid Makowski
2023-09-11 14:01:17 +02:00
committed by GitHub

View File

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