mirror of
https://github.com/tiyn/wiki.git
synced 2025-10-27 08:41:16 +01:00
restructuring: reevaluating the docker headers
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
# Teamspeak3
|
||||
|
||||
## Setup Server
|
||||
|
||||
### Docker
|
||||
## Setup Server with Docker
|
||||
|
||||
The official container and documentation was made by [teamspeak](https://hub.docker.com/_/teamspeak).
|
||||
|
||||
#### Environment-variables
|
||||
### Environment-variables
|
||||
|
||||
Set the following variables with the -e tag.
|
||||
|
||||
@@ -14,7 +12,7 @@ Set the following variables with the -e tag.
|
||||
| ------------------- | ---------------------------- | ------- |
|
||||
| `TS3SERVER_LICENSE` | accept the license agreement | |
|
||||
|
||||
#### Volumes
|
||||
### Volumes
|
||||
|
||||
Set the following volumes with the -v tag.
|
||||
|
||||
@@ -22,7 +20,7 @@ Set the following volumes with the -v tag.
|
||||
| ------------ | ---------------- | --------------------------- |
|
||||
| `teamspeak3` | `/var/ts3server` | storage for ts3-server data |
|
||||
|
||||
#### Ports
|
||||
### Ports
|
||||
|
||||
Set the following ports with the -p tag.
|
||||
|
||||
@@ -32,7 +30,7 @@ Set the following ports with the -p tag.
|
||||
| `10011` | `10011` | TCP | ts3-intern |
|
||||
| `30033` | `30033` | TCP | ts3-intern |
|
||||
|
||||
#### Rebuild
|
||||
### Rebuild
|
||||
|
||||
```shell
|
||||
#!/bin/sh
|
||||
|
||||
Reference in New Issue
Block a user