Nicolas
Results
1
comments of
Nicolas
Hey there, from my end (Docker machine is not my host), I changed ``` environment: PUBLIC_INTERNAL_API_HOST: "http://127.0.0.1:80" ``` to ``` environment: PUBLIC_INTERNAL_API_HOST: "http://0.0.0.0:80" ``` I managed later to perfom a...