From 10463e32ae13eb2e31508eab8764fc1a35bb1e1e Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 2 Jun 2024 13:24:38 +0100 Subject: [PATCH] Fix typo --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df76353..cb36666 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ Create a snapshot of a [BTRFS](https://docs.kernel.org/filesystems/btrfs.html) v ## Quick start 1. Review and modify the [docker-compose.yml](docker-compose.yml) file to set your environment variables as needed -2. Update the password in the [.env](config/.env) file -3. Customise the [exclude.conf](conifg/exclude.conf) according to your requirements -4. Execute the command `docker compose --env-file ./config/default.env up` to spin up the container +2. Customise the [exclude.conf](config/exclude.conf) according to your requirements +3. Execute the command `docker compose --env-file ./config/default.env up` to spin up the container ## Background