Compare commits
2 Commits
60d5697896
...
a78b4c1c13
| Author | SHA1 | Date | |
|---|---|---|---|
| a78b4c1c13 | |||
| 1f31e22719 |
@@ -3,6 +3,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
csgo:
|
csgo:
|
||||||
build: .
|
build: .
|
||||||
|
image: docker.io/djeeberjr/csgo-docker
|
||||||
environment:
|
environment:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- MAX_PLAYERS=16
|
- MAX_PLAYERS=16
|
||||||
@@ -26,4 +27,4 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
csgo_game:
|
csgo_game:
|
||||||
name: csgo_game
|
name: csgo_game
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -eo pipefail
|
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"
|
SRCDS_ARGS="-usercon"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user