Update: readme.md
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ This project/stack consists of multiple software which combined create my domoti
|
|||||||
|
|
||||||
## Environment variables
|
## 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 |
|
| Value | Default | Information |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
|
|||||||
+6
-5
@@ -13,8 +13,8 @@ Self hosted vehicle and expense management system. Like Clarkson, but better.
|
|||||||
|
|
||||||
### Create the following folders
|
### Create the following folders
|
||||||
|
|
||||||
* docker/Hammond/config
|
* docker/hammond/Hammond/config
|
||||||
* docker/Hammond/assets
|
* docker/hammond/Hammond/assets
|
||||||
|
|
||||||
### Installation steps
|
### Installation steps
|
||||||
|
|
||||||
@@ -29,14 +29,15 @@ Self hosted vehicle and expense management system. Like Clarkson, but better.
|
|||||||
|
|
||||||
## Environment variables
|
## 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 |
|
| 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. |
|
| UID | 1024 | The user id you want to use. |
|
||||||
| GID | 101 | The group 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_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_TAG | latest | Choose a version tag. |
|
||||||
| HAMMOND_PORT | 3000 | Default port. |
|
| HAMMOND_PORT | 3000 | Default port. |
|
||||||
|
|||||||
Reference in New Issue
Block a user