remove hard coded volumes

pull/112/head
binhex 3 years ago
parent b094bf9690
commit 717ce882a9

@ -27,12 +27,6 @@ RUN chmod +x /root/*.sh /home/nobody/*.sh && \
# docker settings # 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 port for incoming connections (used only if vpn disabled)
EXPOSE 6881 EXPOSE 6881

Loading…
Cancel
Save