Skip to content

Commit

Permalink
fix: 🐛 fix wrong volume declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Sep 22, 2023
1 parent a0560a5 commit c1f59a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN set -x \
&& mkdir -p /var/lib/docker-borg/ssh \
&& mkdir -p /home/borg/backups

VOLUME ["/home/borg/backups/", "/var/lib/docker-borg", "/home/borg/.ssh/authorized_keys"]
VOLUME ["/home/borg/backups/", "/var/lib/docker-borg", "/home/borg/.ssh/"]

COPY ./entrypoint.sh /

Expand Down

0 comments on commit c1f59a9

Please sign in to comment.