Problem with 'Quick start' (https://docs.sign-in.service.gov.uk/quick-start/)
Hi, the docker container does not work on MacOS. This is due to the presence of the line network_mode: "host" in the docker compose. Removing this allows it to work but I have not checked it on other operating systems or if it causes unexpected consequences.
Reproduction steps:
- On MacOS device run the section under "Run the example service with the GOV.UK One Login simulator using Docker Compose"
- Attempt to access localhost:8080
- You will fail to complete the connection
Then removing both network_mode: "host" lines from the docker compose file and then rebuilding the docker images will allow it to work.
Problem with 'Quick start' (https://docs.sign-in.service.gov.uk/quick-start/)
Hi, the docker container does not work on MacOS. This is due to the presence of the line
network_mode: "host"in the docker compose. Removing this allows it to work but I have not checked it on other operating systems or if it causes unexpected consequences.Reproduction steps:
Then removing both
network_mode: "host"lines from the docker compose file and then rebuilding the docker images will allow it to work.