Based on saspus/duplicacy-web
By default the "latest" tag on docker hub is for the arm32v7 version. If you need the 64bits version, you must choose it explicitly.
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