From 6e7b23a1c4a3ed48ceeee86de0de853a21df749a Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 29 May 2025 10:23:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd42a44..3199a9f 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ you can start the server using Docker Compose: docker compose up --build ``` -By default, the server will be available at `http://0.0.0.0:1337/`. +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.