Browse Source

moved viewing license out of its own segment up to 'How to use this image'.

Maximilian Münchow 8 years ago
parent
commit
b9871eebd2
1 changed files with 8 additions and 10 deletions
  1. 8 10
      teamspeak/content.md

+ 8 - 10
teamspeak/content.md

@@ -8,6 +8,14 @@ TeamSpeak 3 offers the ideal voice communication for online gaming, education an
 
 
 # How to use this image
 # How to use this image
 
 
+To view the license agreement:
+
+```console
+$ docker run -e TS3SERVER_LICENSE=view %%IMAGE%%
+```
+
+To start a TeamSpeak server, accept the license agreement, and map the ports to the host:
+
 ```console
 ```console
 $ docker run -p 9987:9987/udp -p 10011:10011 -p 30033:30033 -e TS3SERVER_LICENSE=accept %%IMAGE%%
 $ docker run -p 9987:9987/udp -p 10011:10011 -p 30033:30033 -e TS3SERVER_LICENSE=accept %%IMAGE%%
 ```
 ```
@@ -84,16 +92,6 @@ If this variable is set to 1, every query command that is sent to the server wil
 
 
 If this variable is set to 1, all new log entries are written into a single file per virtual server. We suggest setting this variable to 0 as it will make life easier when looking at the logs.
 If this variable is set to 1, all new log entries are written into a single file per virtual server. We suggest setting this variable to 0 as it will make life easier when looking at the logs.
 
 
-# Accept License
-
-In order to use the TeamSpeak server you must accept the license first. You can view the license using:
-
-```console
-$ docker run -e TS3SERVER_LICENSE=view %%IMAGE%%
-```
-
-The license can be accepted by setting `TS3SERVER_LICENSE` to `accept`.
-
 # Caveats
 # Caveats
 
 
 ## Inserting license file
 ## Inserting license file