From 99a19d38d60a61969459d2b3afcfcee97aebfc2d Mon Sep 17 00:00:00 2001 From: Chris Kiriakou Date: Sun, 23 Mar 2025 19:35:49 +0100 Subject: [PATCH] Fix stupid typo that costed dome 5 hours to debug. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bac4f54..3123a92 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ make dockerfile ``` Create a seperate data directory (e.g. `docker-data`): ```sh -mkdir docker-data +mkdir data-docker ``` > [!NOTE] > To detatch the container to run it in the background add the `--detach` directly after the `run` command.