Add missing volumes

Allow the use `--volumes-from` parameter.
This commit is contained in:
Brikou CARRE 2015-03-25 13:06:58 +01:00
parent 95df1d225e
commit ed38dd735c

View file

@ -28,6 +28,6 @@ WORKDIR /app/
ENV DOCKER_HOST unix:///tmp/docker.sock
VOLUME ["/etc/nginx/certs"]
VOLUME ["/etc/nginx/certs", "/etc/nginx/htpasswd", "/etc/nginx/vhost.d"]
CMD ["forego", "start", "-r"]