From 0a64de0e1db631152e3cc5264e1686d5460a35e9 Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 30 May 2025 16:02:25 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffa9dea..1a84f5f 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,8 @@ docker compose up --build By default, the server will be available at `http://0.0.0.0:1337/`.
The database and uploaded user files are stored in the `./data` directory. -You can change this behavior by editing `docker-compose.yml` if needed. +You can change this behavior by editing the `.env` file +or the `docker-compose.yml` file, if needed. **Note**: Environment variables defined in `docker-compose.yml` will **override** those in the `.env` file. @@ -183,7 +184,7 @@ npm run start By default, the server will be available at `http://0.0.0.0:1337/`. -You can change this behavior by editing the `.env` file if needed. +You can change this behavior by editing the `.env` file, if needed. ## Resources