diff --git a/Dockerfile b/Dockerfile index 571757d..0396bc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,12 +27,6 @@ RUN chmod +x /root/*.sh /home/nobody/*.sh && \ # docker settings ################# -# map /config to host defined config path (used to store configuration from app) -VOLUME /config - -# map /data to host defined data path (used to store data from app) -VOLUME /data - # expose port for incoming connections (used only if vpn disabled) EXPOSE 6881