Steps to reproduce 1. `./app.sh init` 2. `./app.sh start all` Expected - nginx docker container acts as reverse proxy Actual - Docker on mac does NOT support `network_mode: host` https://github.com/docker/roadmap/issues/238 - Docker does not receive requests to localhost:3000/1 and cannot connect to the Apps Website on localhost:5174 (there is a fix for this here https://www.howtogeek.com/devops/how-to-connect-to-localhost-within-a-docker-container/) Environment - Mac OS (M1)
Steps to reproduce
./app.sh init./app.sh start allExpected
Actual
network_mode: hostSupport Host Network (--network host) mode on Docker Desktop for Mac and Windows docker/roadmap#238
Environment