From 8fc33f5bb915998fb2c4e91f35a19cc4c49ad8bc Mon Sep 17 00:00:00 2001 From: Vijay Rangan Date: Thu, 1 Mar 2018 22:00:15 +0530 Subject: [PATCH 1/2] 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: From 47dc7c1eb9b755e813540c0a9923acf930d3b231 Mon Sep 17 00:00:00 2001 From: Vijay Rangan Date: Thu, 1 Mar 2018 22:10:08 +0530 Subject: [PATCH 2/2] update documentation --- DOCUMENTATION/content/documentation/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index a0693860..be16c0b4 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -818,6 +818,8 @@ docker-compose up -d beanstalkd-console 2 - Open your browser and visit `http://localhost:2080/` +_Note: You can customize the port on which beanstalkd console is listening by changing `BEANSTALKD_CONSOLE_HOST_PORT` in `.env`. The default value is *2080*._ + 3 - Add the server - Host: beanstalkd