fix nginx proxy to localhost

This commit is contained in:
Afshin Tavakolian
2022-12-07 02:05:10 +03:30
parent 6f98745458
commit b9c63bcc17

View File

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