tf2-servers icon indicating copy to clipboard operation
tf2-servers copied to clipboard

Unable to update

Open ktwrd opened this issue 6 months ago • 2 comments

tf2-base image seems to be outdated and I can't find out a way to update the game. The version reported is 8568259 but the latest version for TF2DS is 8596679.

This is my docker-compose.yml file

version: '3.6'

services:
  tf2:
    restart: always
    image: ghcr.io/melkortf/tf2-base
    volumes:
      - ./addons:/home/tf2/server/tf/addons
      - ./maps:/home/tf2/server/tf/maps
      - ./cfg:/home/tf2/server/tf/cfg
    ports:
      - "0.0.0.0:27015:27015/tcp"
      - "0.0.0.0:27015:27015/udp"
      - "0.0.0.0:27020:27020/tcp"
      - "0.0.0.0:27020:27020/udp"
    environment:
      - "RCON_PASSWORD=XXXXXXXX"

ktwrd avatar Dec 19 '23 07:12 ktwrd