Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lovemycodesnippets/f9ce91cad139cbe653532bbd87c72761 to your computer and use it in GitHub Desktop.
Save lovemycodesnippets/f9ce91cad139cbe653532bbd87c72761 to your computer and use it in GitHub Desktop.
docker run -d \
  --name homebox \
  --restart unless-stopped \
  --publish 3100:7745 \
  --env TZ=Your/Locale\
  --volume /path/to/data/folder/:/data \
  ghcr.io/hay-kot/homebox:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment