documentation review

This commit is contained in:
2022-09-30 22:38:40 +01:00
parent 9b76a0f537
commit 81c284fc18
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
FROM duplicati/duplicati
RUN apt update && apt install -y default-mysql-client && rm -rf /var/lib/apt/lists/*
EXPOSE 8200