= fix, small error in command

This commit is contained in:
Lucas Briese 2019-10-16 12:36:34 +02:00
parent acc4eb9a47
commit 8292d632f5

View File

@ -24,7 +24,7 @@ docker run -d \
-e host_workshop_collection 123456 \
-e SERVER_NAME="My Server" \
-e SERVER_PASSWORD="securepw" \
-e SERVER_DEFAULT_MAP="map ttt_rooftops_2016_v1" \
-e SERVER_DEFAULT_MAP="ttt_rooftops_2016_v1" \
-v TTTDev:/home/steam/serverfiles \
--name "MyTTTServer" \
jusito/docker-ttt:gmod_ttt_debian
@ -39,7 +39,7 @@ docker run -d \
-e host_workshop_collection 123456 \
-e SERVER_NAME="My Server" \
-e SERVER_PASSWORD="securepw" \
-e SERVER_DEFAULT_MAP="map ttt_rooftops_2016_v1" \
-e SERVER_DEFAULT_MAP="ttt_rooftops_2016_v1" \
-v TTTDev:/home/steam/serverfiles \
-p 27015:27015/tcp \
-e SERVER_RCON_PASSWORD="securePW" \