From 8fc33f5bb915998fb2c4e91f35a19cc4c49ad8bc Mon Sep 17 00:00:00 2001 From: Vijay Rangan Date: Thu, 1 Mar 2018 22:00:15 +0530 Subject: [PATCH] Reference beanstalkd-console host port This pull request references the of `BEANSTALKD_CONSOLE_HOST_PORT` from the `.env` file in the `docker-compose.yml`. Prior to this PR, the environment variable was defined in the `.env` file but was not used. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index bbb31a2e..13175283 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -429,7 +429,7 @@ services: beanstalkd-console: build: ./beanstalkd-console ports: - - "2080:2080" + - "${BEANSTALKD_CONSOLE_HOST_PORT}:2080" depends_on: - beanstalkd networks: