feat(640): add BASE_PATH configuration option to README

This commit is contained in:
Daniel Graf
2026-01-08 11:19:18 +01:00
parent 5471c33371
commit 09956bee8d

View File

@@ -233,6 +233,7 @@ The included `docker-compose.yml` provides a complete setup with:
| `APP_UID` | User ID to run the application as | 1000 | 1000 |
| `APP_GID` | Group ID to run the application as | 1000 | 1000 |
| `JAVA_OPTS` | JVM options | | |
| `BASE_PATH` | Set to server reitti under a path. | / | /reitti |
| `LOGGING_LEVEL` | Used to adjust the verbosity of the logs | INFO | DEBUG |
### Tags