From 6e76065dcb1bfaaeebeb590cba4c8a187786363b Mon Sep 17 00:00:00 2001 From: HueByte Date: Mon, 23 Feb 2026 14:53:58 +0100 Subject: [PATCH] fix: correct markdown table formatting and specify code block type in Docker documentation --- docs/articles/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/articles/docker.md b/docs/articles/docker.md index 7eaaa19..dd60837 100644 --- a/docs/articles/docker.md +++ b/docs/articles/docker.md @@ -27,7 +27,7 @@ services: All settings are configured through the `.env` file. These are ASP.NET Core environment variables that override `appsettings.json`. | Variable | Default | Description | -|---|---|---| +| --- | --- | --- | | `Server__Name` | My EchoHub Server | Display name for your server | | `Server__Description` | A self-hosted EchoHub chat server | Server description | | `Server__PublicServer` | `false` | List on the [public directory](https://echohub.voidcube.cloud/servers) | @@ -50,7 +50,7 @@ All settings are configured through the `.env` file. These are ASP.NET Core envi All server state lives in a single Docker volume mounted at `/app/data`: -``` +```text /app/data/ ├── appsettings.json # generated config with JWT/encryption keys ├── echohub.db # SQLite database