diff --git a/Dockerfile b/Dockerfile index eb65b94..c274be2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,6 @@ WORKDIR /app/ ENV DOCKER_HOST unix:///tmp/docker.sock VOLUME ["/etc/nginx/certs"] -VOLUME ["/etc/letsencrypt"] ENTRYPOINT ["/app/docker-entrypoint.sh"] CMD ["forego", "start", "-r"]