Add missing volumes
Allow the use `--volumes-from` parameter.
This commit is contained in:
parent
95df1d225e
commit
ed38dd735c
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue