Currently following the Concourse Tutorial (https://concoursetutorial.com/), but I am stuck at the Deploy Concourse using Docker Compose step. As indicated in the docs, "You need to set the external url env variable inside the docker-compose.yml"
- CONCOURSE_EXTERNAL_URL
+ CONCOURSE_EXTERNAL_URL=http://{{my-server}}:8080
What I tried: replacing {{my-server}} with localhost but putting http://localhost:8080 in my browser does not work; site cannot be reached error.
What do I replace {{my-server}} with?