From 3029487b202bf02b8c0bda7d08eaf1e3557dc2a4 Mon Sep 17 00:00:00 2001 From: DaRK AnGeL <28630321+masterwishx@users.noreply.github.com> Date: Sat, 27 May 2023 18:36:13 +0300 Subject: [PATCH] Update Dockerfile /etc/default/urbackupsrv export for config can be changed , not working now without it ?!? --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 45a49f0..69d828d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ EXPOSE 55414 EXPOSE 55415 EXPOSE 35623/udp -# /usr/share/urbackup will not be exported to a volume by default, but it still can be bind mounted -VOLUME [ "/var/urbackup", "/var/log", "/backups" ] +# /usr/share/urbackup will not be exported to a volume by default, but it still can be bind mounted, /etc/default/urbackupsrv export for config can be changed +VOLUME [ "/var/urbackup", "/var/log", "/backups", "/etc/default/urbackupsrv" ] ENTRYPOINT ["/usr/bin/entrypoint.sh"] CMD ["run"]