mirror of https://github.com/pelias/api.git
Browse Source
Since we use the `PORT` env var to configure the port, this value will often be out of date. It leads to some confusing output in, for example `docker-compose ps` when using a port other than the default: ``` julian@manhattan ~/repos/pelias/dockerfiles $ docker-compose ps Name Command State Ports --------------------------------------------------------------------------------------------------------------------- pelias_api ./bin/start Up 3100/tcp, 0.0.0.0:4000->4000/tcp ``` Notice how the Ports section shows 3100, even though nothing is running on that port in the container, because the `PORT` env var was set to 4000.pull/1106/head
Julian Simioni
7 years ago
1 changed files with 0 additions and 2 deletions
Loading…
Reference in new issue