From 1ce65480f106c00d6f730f5b54f494679f7e616a Mon Sep 17 00:00:00 2001 From: Falko Richter Date: Wed, 29 May 2024 22:06:54 +0200 Subject: [PATCH] Create homebox.md --- homebox.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 homebox.md diff --git a/homebox.md b/homebox.md new file mode 100644 index 0000000..a9fecc3 --- /dev/null +++ b/homebox.md @@ -0,0 +1,8 @@ +chown 65532:65532 -R /home/35services/Documents/homebox +docker run -d \ + --name homebox \ + --restart unless-stopped \ + --publish 3100:7745 \ + --env TZ=Europe/Bucharest \ + --volume /home/35services/Documents/homebox:/data \ + ghcr.io/hay-kot/homebox:latest