Some small improvements in README.md
This commit is contained in:
parent
53da0a1416
commit
df4b62fd47
@ -6,7 +6,7 @@ Enforce a zero export (or whatever consumption you like) policy with an OpenDTU-
|
|||||||
## Configuring and usage
|
## Configuring and usage
|
||||||
|
|
||||||
|
|
||||||
### Docker
|
### docker-compose
|
||||||
|
|
||||||
To run it using docker, try the `docker-compose.yaml` file present in this repository. You will need the .env file too for that reasons, so the easiest thing is to just run the following commands:
|
To run it using docker, try the `docker-compose.yaml` file present in this repository. You will need the .env file too for that reasons, so the easiest thing is to just run the following commands:
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ docker-compose up -d && docker-compose logs -f
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Bare-bone
|
### barebone
|
||||||
|
|
||||||
The script can be configured using the .env file where you can adjust it (hopefully perfect) to your needs. After that, just run the script:
|
The script can be configured using the .env file where you can adjust it (hopefully perfect) to your needs. After that, just run the script:
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ Please note: the .env file needs to be in the same folder or any other folder hi
|
|||||||
To update, simply use `git pull` to pull the latest changes. Afterwards, you need to restart your script (with docker, just use `docker-compose up -d --force-recreate`).
|
To update, simply use `git pull` to pull the latest changes. Afterwards, you need to restart your script (with docker, just use `docker-compose up -d --force-recreate`).
|
||||||
|
|
||||||
|
|
||||||
## Building docker
|
## Building the docker image
|
||||||
|
|
||||||
To build the image for docker, simply use the following commands:
|
To build the image for docker, simply use the following commands:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user