From bfba32968c5a3de51b59b290c1a1399dbc97ba78 Mon Sep 17 00:00:00 2001 From: 123niel Date: Thu, 7 Feb 2019 14:50:36 +0100 Subject: [PATCH] updated readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index be7b983..e1d6f24 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ I´m a sick Fuck i like the sick F09ck ```bash docker build -t name/cont:ver . -docker run -e TS3_IP="0.0.0.0", TS3_PW="f3gWdOU3", WEB_PORT="8080" -d -p 8080:8080 name/cont:ver +docker run -e TS3_IP="0.0.0.0" -e TS3_PW="f3gWdOU3" -e WEB_PORT="8080" -d -p 8080:8080 name/cont:ver ``` ENV: ```Docker @@ -49,10 +49,10 @@ The config file is generated automatically on first startup. ## URL-Parameter -| Name | Type | Description | -| ---------- | -------- | ------------------------ | -| `pretty` | `bool` | pretty-prints JSON | -| `envelope` | `bool` | wraps JSON in data array | +| Name | Type | Description | +| ---------- | ------ | ------------------------ | +| `pretty` | `bool` | pretty-prints JSON | +| `envelope` | `bool` | wraps JSON in data array | ## Channels