Browse Source

env

pull/4/head
Johannes Schickling 9 years ago
parent
commit
d5723fd07c
  1. 2
      beanstalkd-console/Dockerfile

2
beanstalkd-console/Dockerfile

@ -5,4 +5,4 @@ ADD install.sh install.sh
RUN chmod +x install.sh && ./install.sh && rm install.sh
EXPOSE 2080
CMD ["php", "-S", "0.0.0.0:2080", "-t", "/source"]
CMD ["BEANSTALK_SERVERS=$BEANSTALKD_PORT_11300_TCP_ADDR", "php", "-S", "0.0.0.0:2080", "-t", "/source"]
Loading…
Cancel
Save