Update README.md
All checks were successful
Build and Deploy / build-deploy (push) Successful in 15s

This commit is contained in:
2026-02-23 23:53:40 +00:00
parent 3bc7bda1f6
commit 1965111a5e

View File

@@ -40,7 +40,7 @@ docker compose up --build
| Variable | Description |
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `PUBLIC_WS_URL` | WebSocket URL for frontend |
| `PUBLIC_BOX_DRAWING_CHARS` | The 8 characters for box drawing. The default value `─│┌┐└┘├┤` results in boxes that are a bit to nice, you can also try `\|++++++` for a simpler style |
| `PUBLIC_BOX_DRAWING_CHARS` | The 8 characters for box drawing. The default value `─│┌┐└┘├┤` results in boxes that are a bit too nice, you can also try `\|++++++` for a simpler style |
| `HOST` | Allowed host for Vite |
| `FE_PORT` | Frontend port (external) |
| `BE_PORT` | Backend port (external) |