doc: fix linebreak

This commit is contained in:
missytake
2025-11-14 12:18:20 +01:00
committed by j4n
parent 8bba78ebaf
commit 92b6825b5b

View File

@@ -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: