Created
January 6, 2026 08:06
-
-
Save kajain99/4b6352683c21ef5bf42b57d06d6f7058 to your computer and use it in GitHub Desktop.
icloudpd compose for ugreen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| icloudpd: | |
| image: boredazfcuk/icloudpd | |
| container_name: icloudpd | |
| restart: always | |
| environment: | |
| - TZ=Asia/Dubai | |
| - apple_id=kajain99@gmail.com | |
| - synchronisation_interval=21600 | |
| - user_id=1000 | |
| - group_id=10 | |
| volumes: | |
| - ./config:/config | |
| - ./iCloud:/home/user/iCloud |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment