From df4b62fd47af52b57fa2e95ec938cbc8c3b9971e Mon Sep 17 00:00:00 2001 From: BlueFox Date: Mon, 16 Jun 2025 15:13:36 +0200 Subject: [PATCH] Some small improvements in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ce2d56..4f3b0fe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Enforce a zero export (or whatever consumption you like) policy with an OpenDTU- ## 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: @@ -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: @@ -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`). -## Building docker +## Building the docker image To build the image for docker, simply use the following commands: