adding volume for /etc to preserve host keys

This commit is contained in:
Andrew Davidson 2019-08-27 20:59:07 -04:00
parent 4deeb0159d
commit 5307af5a61
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -15,6 +15,7 @@ RUN mkdir -p /bkup/.ssh \
&& chown -Rh bkup:bkup /bkup
VOLUME /bkup
VOLUME /etc
EXPOSE 22