I always get this logs in the end of the install:
The command I am using is:
docker run --name "TF2-Server" \
-e APP_SERVER_PORT=27015 \
-e APP_SERVER_MAX_PLAYERS=20 \
-e APP_SERVER_MAP=ctf_2fort \
-e APP_SERVER_TOKEN=abc123 \
-e APP_SERVER_NAME="My TF2 Server" \
-e APP_SERVER_CONTACT="user@example.com" \
-e APP_SERVER_REGION=3 \
-e APP_RCON_PASSWORD=abc123 \
-v ~/.tf2:/home/steamsrv/tf2 \
-p 27015:27015 \
-p 27015:27015/udp \
gameservers/teamfortress2:latest
Update state (0x81) committing, progress: 100.00 (3047795680 / 3047795680)
Update state (0x81) committing, progress: 100.00 (3047795680 / 3047795680)
Update state (0x81) committing, progress: 100.00 (3047795680 / 3047795680)
Update state (0x81) committing, progress: 8.27 (561819278 / 6794830888)
Update state (0x81) committing, progress: 8.36 (567965455 / 6794830888)
Update state (0x81) committing, progress: 70.09 (4762365733 / 6794830888)
Success! App '232250' fully installed.
Applying server configuration
rm: cannot remove '/tmp/server.cfg': Operation not permitted
running: ./srcds_run -console -game tf -nohltv +exec autoexec_steamaccount.cfg +maxplayers 24 +map ctf_2fort -port 27015
Auto detecting CPU
Using default binary: ./srcds_linux
Server will auto-restart if there is a crash.
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Setting breakpad minidump AppID = 440
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Setting breakpad minidump AppID = 232250
Any ideas what it might be?
What may I be doing wrong?
I always get this logs in the end of the install:
The command I am using is:
Any ideas what it might be?
What may I be doing wrong?