From f4aa842dd3d5d5b309c87aa10aa0cd12888a830e Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 15 Jun 2021 13:21:09 -0700 Subject: [PATCH] Make config dir a volume to presist restic configs --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 431be1b..48d246d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,6 @@ COPY ./scripts /scripts HEALTHCHECK CMD /scripts/healthcheck.sh +VOLUME /root/.config + CMD [ "/scripts/start.sh" ]