1
0
mirror of https://github.com/joBr99/proxmoxbackupserver synced 2026-08-06 00:12:37 +02:00

Update README.md

This commit is contained in:
Johannes
2020-11-15 23:02:04 +01:00
committed by GitHub
parent 40818ce71f
commit d6daf96ad5
+2 -1
View File
@@ -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
```