Make config dir a volume to presist restic configs

This commit is contained in:
ViViDboarder 2021-06-15 13:21:09 -07:00
parent fd824fbf47
commit f4aa842dd3
1 changed files with 2 additions and 0 deletions

View File

@ -26,4 +26,6 @@ COPY ./scripts /scripts
HEALTHCHECK CMD /scripts/healthcheck.sh
VOLUME /root/.config
CMD [ "/scripts/start.sh" ]