Skip to content

Instantly share code, notes, and snippets.

@alanfzf
Created October 31, 2025 14:30
Show Gist options
  • Select an option

  • Save alanfzf/dee31b6991b6f656131c1933eb17bebc to your computer and use it in GitHub Desktop.

Select an option

Save alanfzf/dee31b6991b6f656131c1933eb17bebc to your computer and use it in GitHub Desktop.
services:
dropbox:
image: otherguy/dropbox:latest
container_name: dropbox
restart: always
environment:
TZ: "America/Guatemala"
DROPBOX_UID: ${DROPBOX_UID:-1000}
DROPBOX_GID: ${DROPBOX_GID:-1000}
POLLING_INTERVAL: ${POLLING_INTERVAL:-20}
volumes:
- ./settings:/opt/dropbox/.dropbox
# we need to comment this on the first run so this can correctly install
- ./dropbox:/opt/dropbox/Dropbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment