Compare commits
2 Commits
60d5697896
...
a78b4c1c13
| Author | SHA1 | Date | |
|---|---|---|---|
| a78b4c1c13 | |||
| 1f31e22719 |
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user