Compare commits

..

2 Commits

Author SHA1 Message Date
a78b4c1c13 remove validate 2021-11-16 16:56:33 +01:00
1f31e22719 added image tag to docker compose file 2021-10-28 21:09:40 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ version: "3"
services:
csgo:
build: .
image: docker.io/djeeberjr/csgo-docker
environment:
- INSECURE=true
- MAX_PLAYERS=16
@@ -26,4 +27,4 @@ services:
volumes:
csgo_game:
name: csgo_game
name: csgo_game

View File

@@ -2,7 +2,7 @@
set -eo pipefail
/home/steam/steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/steam/server +app_update 740 validate +quit
/home/steam/steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/steam/server +app_update 740 +quit
SRCDS_ARGS="-usercon"