Update: readme.md

This commit is contained in:
2023-10-01 18:47:56 +02:00
parent 2ea1f25f37
commit dde545395b
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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 |
|---|---|---|
+6 -5
View File
@@ -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. |