From dde545395b686e4524fe3f0686216d7a4705775b Mon Sep 17 00:00:00 2001 From: Michel Date: Sun, 1 Oct 2023 18:44:41 +0200 Subject: [PATCH] Update: readme.md --- domotica/readme.md | 2 +- hammond/readme.md | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/domotica/readme.md b/domotica/readme.md index 2b0bfaa..9338718 100644 --- a/domotica/readme.md +++ b/domotica/readme.md @@ -91,7 +91,7 @@ This project/stack consists of multiple software which combined create my domoti ## Environment variables -The following variables could be set an environment varaiables using the .env file. +The following variables could be set as an environment varaiables using the .env file. | Value | Default | Information | |---|---|---| diff --git a/hammond/readme.md b/hammond/readme.md index 4f2975e..7a98883 100644 --- a/hammond/readme.md +++ b/hammond/readme.md @@ -13,8 +13,8 @@ Self hosted vehicle and expense management system. Like Clarkson, but better. ### Create the following folders -* docker/Hammond/config -* docker/Hammond/assets +* docker/hammond/Hammond/config +* docker/hammond/Hammond/assets ### Installation steps @@ -29,14 +29,15 @@ Self hosted vehicle and expense management system. Like Clarkson, but better. ## Environment variables -The following variables could be set an environment varaiables using the .env file. +The following variables could be set as an environment varaiables using the .env file. | Value | Default | Information | |---|---|---| +| RESTART | unless-stopped | Choose a restart policy. | +| SYNOLOGY_VOLUME | volume1 | If you have only 1 volume Docker will be installed on volume 1. | +| STACK_NAME | hammond | The name of your project/stack and also the base folder within your docker folder. | | UID | 1024 | The user id you want to use. | | GID | 101 | The group id you want to use. | -| SYNOLOGY_VOLUME | volume1 | If you have only 1 volume Docker will be installed on volume 1. | -| RESTART | unless-stopped | Choose a restart policy. | | HAMMOND_CONTAINER_NAME | Hammond | This is used for the name of the container and the main folder under de docker folder. | | HAMMOND_TAG | latest | Choose a version tag. | | HAMMOND_PORT | 3000 | Default port. |