Skip to content

Instantly share code, notes, and snippets.

@kajain99
Created January 6, 2026 08:06
Show Gist options
  • Select an option

  • Save kajain99/4b6352683c21ef5bf42b57d06d6f7058 to your computer and use it in GitHub Desktop.

Select an option

Save kajain99/4b6352683c21ef5bf42b57d06d6f7058 to your computer and use it in GitHub Desktop.
icloudpd compose for ugreen
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