From d904d7b055c0826d70e1a31c8ff4cb145e5ba79a Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:17:00 +0100 Subject: [PATCH] docs: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a2f48444..755c5bed1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ ## ✨ Requirements -- Docker Compose +- [Docker Engine](https://docs.docker.com/engine/install/) +- [Docker Compose](https://docs.docker.com/compose/install/) ## 🎓 Usage - Volume bind mounts are assumed to be located at `/mnt/docker-volumes//`. You can adjust the path via the global env variable `DOCKER_VOLUME_STORAGE` to your liking though. The compose examples will fall back to `/mnt/docker-volumes//` if the env variable is not set on your Docker server.