Advertisement
Guest User

Untitled

a guest
May 10th, 2022
10,225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. version: '3.3'
  2. services:
  3. icloudpd:
  4. container_name: icloudpd
  5. restart: always
  6. environment:
  7. - user=YOURUSERNAME
  8. - user_id=YOURUSERID
  9. - group=YOURUSERGROUPNAME
  10. - group_id=YOURUSERGROUPID
  11. - apple_id=YOUREMAIL
  12. - authentication_type=2FA
  13. - 'folder_structure={:%Y/%m}'
  14. - notification_days=3
  15. - synchronisation_interval=21600
  16. - TZ=Europe/Amsterdam
  17. - 'download_path=/icloud'
  18. - skip_check=false
  19. network_mode: host
  20. volumes:
  21. - '/volume1/docker/iclouddp:/config'
  22. - '/volume1/DOWNLOAD/TO/PATH:/icloud'
  23. image: boredazfcuk/icloudpd:latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement