Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. version: '3.7'
  2. services:
  3. duplicacy-web:
  4. image: saspus/duplicacy-web:v1.4.1
  5. hostname: tl-lab-utils-duplicacy
  6. restart: always
  7. ports:
  8. - 3875:3875
  9. environment:
  10. - USR_ID=1000
  11. - GRP_ID=1000
  12. volumes:
  13. - /opt/duplicacy/config:/etc/duplicacy
  14. - /opt/duplicacy/cache:/var/cache/duplicacy
  15. - /mnt/nas-storage:/mnt/nas-storage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement