From d6daf96ad5e44ee64d85934877f13679e1599be7 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 15 Nov 2020 23:02:04 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77e7386..73c2e7f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Current limitations: - Only storage that is mapped with dicrectory will work. - +``` # docker-compose.yml version: '3' services: @@ -27,3 +27,4 @@ services: - /etc/shadow:/etc/shadow:ro #Mounts your hosts password file as read-only, your host root password can be used to sign in - ./data/etc-proxmox-backup:/etc/proxmox-backup - ./data/var-lib-proxmox-backup:/var/lib/proxmox-backup +```