Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3.3'
- services:
- icloudpd:
- container_name: icloudpd
- restart: always
- environment:
- - user=YOURUSERNAME
- - user_id=YOURUSERID
- - group=YOURUSERGROUPNAME
- - group_id=YOURUSERGROUPID
- - apple_id=YOUREMAIL
- - authentication_type=2FA
- - 'folder_structure={:%Y/%m}'
- - notification_days=3
- - synchronisation_interval=21600
- - TZ=Europe/Amsterdam
- - 'download_path=/icloud'
- - skip_check=false
- network_mode: host
- volumes:
- - '/volume1/docker/iclouddp:/config'
- - '/volume1/DOWNLOAD/TO/PATH:/icloud'
- image: boredazfcuk/icloudpd:latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement