[How-To] Install Duplicati container using OMV and docker-compose (CLI or Portainer)

    • Offizieller Beitrag

    Preparation --> follow the preparation steps in this [How-To]



    in CLI:

    • mkdir /home/docker1 create a folder for user docker1 in home directory (if not already done)
    • mkdir /home/docker1/duplicati create a folder where we will put the docker-compose.yml file to setup watchtower
    • cd /home/docker1/duplicati change in that directory
    • nano docker-compose.yml create an empty file and start the editor
    • copy the content of the Source Code box below in the editor, change according your setup and save the file with Ctrl+X and y; name must be "docker-compose.yml
    • to copy the content of the Source Code box use the small icon in the top right corner of the box ("Copy Contents")


    • after you saved the file, run docker-compose up -d in the directory where the docker-compose.yml file is located; this will download the needed image and start the container; the correct image for your architecture (amd64, arm64 or armhf) should be pulled

    You can also run the docker-compose file in Portainer without using the CLI:[How-To] Use docker-compose files in Portainer


    For further details: https://hub.docker.com/r/linuxserver/duplicati
    There you will also find information on updating the image


    Webui can be reached at your-ip:8200

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!