Skip to content

leto1210/duplicacy-web-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duplicacy web container for ARM

License: MIT Docker Pulls Trivy security check Dependency Review

Based on saspus/duplicacy-web

ARMv7 or ARMv8 ?

By default the "latest" tag on docker hub is for the arm32v7 version. If you need the 64bits version, you must choose it explicitly.

How To

docker run  --name duplicacy-web-arm            \
        -h duplicacy-web-arm                    \
        -e TZ=Europe/Paris                      \
        -p 3875:3875/tcp                        \
        -e USR_ID=1000                          \
        -e GRP_ID=1000                          \
        -v ~/Library/Duplicacy:/config          \
        -v ~/Library/Logs/Duplicacy/:/logs      \
        -v ~/Library/Caches/Duplicacy:/cache    \
        -v ~:/backuproot:ro                     \
        --restart always                        \
        leto1210/duplicacy-web-arm

Source @saspus

https://bitbucket.org/saspus/duplicacy-web-docker-container

About

Duplicacy web container for ARM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 3

  •  
  •  
  •