From 05ab3ad7963324d652484fe1d19a717fca0916c1 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 21 Mar 2023 11:26:25 -0800 Subject: [PATCH] closes #278 --- README.md | 11 +++++++---- docs/docs/quick-start.md | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 691504f..611a530 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,13 @@ [Configuration & Docker Compose](https://hay-kot.github.io/homebox/quick-start) ```bash -docker run --name=homebox \ - --restart=always \ - --publish=3100:7745 \ - ghcr.io/hay-kot/homebox:latest +docker run -d \ + --name homebox \ + --restart unless-stopped \ + --publish 3100:7745 \ + --env TZ=Europe/Bucharest \ + --volume /path/to/data/folder/:/data \ + ghcr.io/hay-kot/homebox:latest ``` ## Credits diff --git a/docs/docs/quick-start.md b/docs/docs/quick-start.md index 3a5fad3..e0ad87b 100644 --- a/docs/docs/quick-start.md +++ b/docs/docs/quick-start.md @@ -5,10 +5,13 @@ Great for testing out the application, but not recommended for stable use. Checkout the docker-compose for the recommended deployment. ```sh -docker run --name=homebox \ - --restart=always \ - --publish=3100:7745 \ - ghcr.io/hay-kot/homebox:latest +docker run -d \ + --name homebox \ + --restart unless-stopped \ + --publish 3100:7745 \ + --env TZ=Europe/Bucharest \ + --volume /path/to/data/folder/:/data \ + ghcr.io/hay-kot/homebox:latest ``` ## Docker-Compose