Update README.md

This commit is contained in:
Johannes 2020-11-15 22:51:09 +01:00 committed by GitHub
parent afc345426b
commit 40818ce71f
1 changed files with 15 additions and 15 deletions

View File

@ -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