This docker container provides urbackup server fronted by Nginx webserver on Ubuntu 16.04.
4.7K
Run command: docker run --privileged -d --name urbackup --restart=always -p 443:443 -p 55415:55415 -p 35623:35623/udp -v /etc/localtime:/etc/localtime:ro -v //urbackup/certs:/opt/urbackup/certs -v //urbackup/log:/opt/urbackup/log -v //urbackup/BACKUP:/media/BACKUP -v //urbackup/var:/var/urbackup -e URBACKUP_DOMAIN_NAME=urbackup.domain.com ajeeth/urbackup:2.0.30
Please setup the following directory structure on Host //urbackup/certs //urbackup/log //urbackup/var //urbackup/BACKUP
//urbackup/certs to contain domain.crt and domain.key. This will be picked up and used by Nginx webserver. Be sure to match the certificate domain to the URBACKUP_DOMAIN_NAME argument while running the container.
//urbackup/var contains urbackup database installation, server_ident.pub and server_ident.key files.
//urbackup/BACKUP is location where that file and image backups are stored. This partition should be sized as per your backup requirements.
Content type
Image
Digest
Size
144.1 MB
Last updated
about 10 years ago
docker pull ajeeth/urbackup:2.0.30