From 8292d632f5c9cc20590e2aa3013f49771d3bdfc8 Mon Sep 17 00:00:00 2001 From: Lucas Briese Date: Wed, 16 Oct 2019 12:36:34 +0200 Subject: [PATCH] = fix, small error in command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f983655..48aca7a 100644 --- a/README.md +++ b/README.md @@ -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" \