proxmoxbackupserver/README.md

766 B

ProxmoxBackupDocker

Unofficial Docker container for running proxmox backup server in docker, Ref:https://pbs.proxmox.com/

Current limitations:

  • Only storage that is mapped with dicrectory will work.
  • Some of the statistic graphs are not working
  • Maybe other limitations
# docker-compose.yml
version: '3'
services:
  proxmox-backup-server:
    build:
      context: .
      dockerfile: Dockerfile
    container_name: proxmox-backup-server
    hostname: proxmox-backup-server
    ports:
      - 8007:8007
    environment:
      - ROOT_PASSWD="password"
    volumes:
      - ./data/etc-proxmox-backup:/etc/proxmox-backup
      - ./data/var-lib-proxmox-backup:/var/lib/proxmox-backup
      - ./data/datastore:/datastore