From 92b6825b5b053b198f4d19af491099d31556964c Mon Sep 17 00:00:00 2001 From: missytake Date: Fri, 14 Nov 2025 12:18:20 +0100 Subject: [PATCH] doc: fix linebreak --- docs/DOCKER_INSTALLATION_EN.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/DOCKER_INSTALLATION_EN.md b/docs/DOCKER_INSTALLATION_EN.md index 8e61256d..4e32155a 100644 --- a/docs/DOCKER_INSTALLATION_EN.md +++ b/docs/DOCKER_INSTALLATION_EN.md @@ -42,7 +42,8 @@ cp ./docker/docker-compose-default.yaml docker-compose.yaml ```shell cp ./docker/example.env .env -```\ +``` + 3. Configure environment variables in the `.env` file. These variables are used in the `docker-compose.yaml` file to pass repeated values. 4. Configure kernel parameters because they cannot be changed inside the container, specifically `fs.inotify.max_user_instances` and `fs.inotify.max_user_watches`. Run the following: