Skip to content

Instantly share code, notes, and snippets.

@gtaranti
Created December 8, 2022 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtaranti/6312635c77a624238f267bdde0ec1899 to your computer and use it in GitHub Desktop.
Save gtaranti/6312635c77a624238f267bdde0ec1899 to your computer and use it in GitHub Desktop.
docker create \
--name iCloudPD \
--hostname icloudpd \
--network icloudpd_bridge \
--restart=always \
--env user=admin \
--env user_id=1024 \
--env group=administrators \
--env group_id=101 \
--env apple_id=geotar@me.com \
--env authentication_type=2FA \
--env auto_delete=True \
--env notification_days=14 \
--env synchronisation_interval=86400 \
--env TZ=Europe/Athens \
--volume /volume1/iCloud/config:/config \
--volume /volume1/iCloud:/home/admin/iCloud \
boredazfcuk/icloudpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment