Update README.md
This commit is contained in:
parent
afc345426b
commit
40818ce71f
30
README.md
30
README.md
|
|
@ -12,18 +12,18 @@ Current limitations:
|
||||||
- Only storage that is mapped with dicrectory will work.
|
- Only storage that is mapped with dicrectory will work.
|
||||||
|
|
||||||
|
|
||||||
# docker-compose.yml
|
# docker-compose.yml
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
proxmox-backup-server:
|
proxmox-backup-server:
|
||||||
build:
|
build:
|
||||||
context: https://github.com/joBr99/proxmoxbackupserver.git
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: proxmox-backup-server
|
container_name: proxmox-backup-server
|
||||||
hostname: proxmox-backup-server
|
hostname: proxmox-backup-server
|
||||||
ports:
|
ports:
|
||||||
- 8007:8007
|
- 8007:8007
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/shadow:/etc/shadow:ro #Mounts your hosts password file as read-only, your host root password can be used to sign in
|
- /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/etc-proxmox-backup:/etc/proxmox-backup
|
||||||
- ./data/var-lib-proxmox-backup:/var/lib/proxmox-backup
|
- ./data/var-lib-proxmox-backup:/var/lib/proxmox-backup
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue