From 74dd2396c92ea64bb48628d39af468c367e5e3d1 Mon Sep 17 00:00:00 2001 From: Hubert Noebauer Date: Wed, 2 Jul 2025 13:29:17 +0200 Subject: [PATCH] make 'TSSERVER_DATABASE_SQL_CREATE_PATH' more prominent in CONFIG.md and set docker tag to latest in docker compose example --- CONFIG.md | 21 +++++++++++---------- README.md | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CONFIG.md b/CONFIG.md index bf8a09b..c8c5880 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -31,15 +31,16 @@ This document provides a detailed list of frequently used command-line parameter #### Database -| Parameter | Environment Variable | Description | -|----------------------------------|--------------------------------|-----------------------------------------------------------------------------| -| `--db-plugin ` | `TSSERVER_DATABASE_PLUGIN` | Specifies the database plugin to use (e.g., `sqlite3`, `mariadb`). | -| `--db-host ` | `TSSERVER_DATABASE_HOST` | The hostname or IP address of your database server. | -| `--db-port ` | `TSSERVER_DATABASE_PORT` | The port used to connect to your database server. | -| `--db-name ` | `TSSERVER_DATABASE_NAME` | The name of the database to use. | -| `--db-username ` | `TSSERVER_DATABASE_USERNAME` | The username for database authentication. | -| `--db-password ` | `TSSERVER_DATABASE_PASSWORD` | The password for database authentication. | -| `--db-connections ` | `TSSERVER_DATABASE_CONNECTIONS`| Number of connections to establish to the database (Default: 10). | +| Parameter | Environment Variable | Description | +|----------------------------------|------------------------------------|----------------------------------------------------------------------------------------| +| `--db-plugin ` | `TSSERVER_DATABASE_PLUGIN` | Specifies the database plugin to use (e.g., `sqlite3`, `mariadb`). | +| `--db-host ` | `TSSERVER_DATABASE_HOST` | The hostname or IP address of your database server. | +| `--db-port ` | `TSSERVER_DATABASE_PORT` | The port used to connect to your database server. | +| `--db-name ` | `TSSERVER_DATABASE_NAME` | The name of the database to use. | +| `--db-username ` | `TSSERVER_DATABASE_USERNAME` | The username for database authentication. | +| `--db-password ` | `TSSERVER_DATABASE_PASSWORD` | The password for database authentication. | +| `--db-connections ` | `TSSERVER_DATABASE_CONNECTIONS` | Number of connections to establish to the database (Default: 10). | +| `--db-sql-create-path ` | `TSSERVER_DATABASE_SQL_CREATE_PATH`| The path for the database creation scripts (e.g., `create_mariadb`, `create_sqlite`). | --- @@ -216,7 +217,7 @@ server: - **Environment Variable:** `TSSERVER_DATABASE_SQL_PATH` - **`--db-sql-create-path [create_sqlite]`** - - Path relative to the `--sql-path` where to load the database creation scripts from. + - Path relative to the `--sql-path` where to load the database creation scripts from. Valid values are `create_mariadb` or `create_sqlite`. - **Environment Variable:** `TSSERVER_DATABASE_SQL_CREATE_PATH` - **`--db-client-keep-days [30]`** diff --git a/README.md b/README.md index 5e6308e..3a5364e 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ This is the best practice for a server you intend to keep running. Create a dock ```yaml services: teamspeak: - image: teamspeaksystems/teamspeak6-server:v6.0.0-beta2 + image: teamspeaksystems/teamspeak6-server:latest container_name: teamspeak-server restart: unless-stopped ports: