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.
This commit is contained in:
parent
8607f670c1
commit
8fc33f5bb9
|
@ -429,7 +429,7 @@ services:
|
|||
beanstalkd-console:
|
||||
build: ./beanstalkd-console
|
||||
ports:
|
||||
- "2080:2080"
|
||||
- "${BEANSTALKD_CONSOLE_HOST_PORT}:2080"
|
||||
depends_on:
|
||||
- beanstalkd
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue