docker-nginx-loadbalancer icon indicating copy to clipboard operation
docker-nginx-loadbalancer copied to clipboard

Minimum required enviornment variables?

Open kirkins opened this issue 8 years ago • 0 comments

What are the minimum required environment variables? I have:

API_1_PORT_80_TCP_ADDR=159.203.49.28
API_2_PORT_80_TCP_ADDR=159.203.49.127
API_3_PORT_80_TCP_ADDR=159.203.49.237

API_PATH=/

I run and get back:

$ docker run --env-file env.list 9cf9e42e26b3

No fig prefix found.
Found service: API
Starting Nginx...

It hangs like this forever.

kirkins avatar Sep 19 '17 13:09 kirkins