Created
September 17, 2025 22:18
-
-
Save lovemycodesnippets/f9ce91cad139cbe653532bbd87c72761 to your computer and use it in GitHub Desktop.
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
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