mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 20:38:05 +00:00
doc: fix linebreak
This commit is contained in:
@@ -42,7 +42,8 @@ cp ./docker/docker-compose-default.yaml docker-compose.yaml
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
cp ./docker/example.env .env
|
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.
|
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:
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user