mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-12-04 10:56:53 +00:00
Make config dir a volume to presist restic configs
This commit is contained in:
parent
fd824fbf47
commit
f4aa842dd3
@ -26,4 +26,6 @@ COPY ./scripts /scripts
|
|||||||
|
|
||||||
HEALTHCHECK CMD /scripts/healthcheck.sh
|
HEALTHCHECK CMD /scripts/healthcheck.sh
|
||||||
|
|
||||||
|
VOLUME /root/.config
|
||||||
|
|
||||||
CMD [ "/scripts/start.sh" ]
|
CMD [ "/scripts/start.sh" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user