Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 461 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 461 Bytes

TF2 Docker Setup with FTP

A basic Team Fortress 2 docker setup using docker-compose and an ftp service to make it easy to change config

Requirements

  • An SRCDS token for tf2
  • .secret.env file in root directory with format:
SRCDS_TOKEN=<TOKEN>
FTP_USER_PASS=<FTP_PASSWORD>

Dependencies