Removed VOLUME [/etc/nginx/certs].

This commit is contained in:
Milos Svasek 2017-01-26 15:09:06 +01:00
parent 2c5d4ee3a9
commit 5c60778ab2
2 changed files with 0 additions and 4 deletions

View file

@ -28,7 +28,5 @@ WORKDIR /app/
ENV DOCKER_HOST unix:///tmp/docker.sock
VOLUME ["/etc/nginx/certs"]
ENTRYPOINT ["/app/docker-entrypoint.sh"]
CMD ["forego", "start", "-r"]

View file

@ -25,7 +25,5 @@ WORKDIR /app/
ENV DOCKER_HOST unix:///tmp/docker.sock
VOLUME ["/etc/nginx/certs"]
ENTRYPOINT ["/app/docker-entrypoint.sh"]
CMD ["forego", "start", "-r"]