From 717ce882a9030cc78a91574c9233e97a217c2ff4 Mon Sep 17 00:00:00 2001 From: binhex Date: Sun, 10 Oct 2021 21:20:27 +0100 Subject: [PATCH] remove hard coded volumes --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) 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