mirror of
https://github.com/ZorgCC/docker-games-scripts.git
synced 2025-02-23 11:51:06 +03:00
7d2d test
This commit is contained in:
parent
1629252d42
commit
886a1d0020
4
linux/7d2d/compose.sh
Executable file
4
linux/7d2d/compose.sh
Executable file
@ -0,0 +1,4 @@
|
||||
docker-compose pull --ignore-pull-failures
|
||||
docker-compose down
|
||||
docker-compose up -d
|
||||
|
14
linux/7d2d/docker-compose.yml
Normal file
14
linux/7d2d/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
7d2d_server:
|
||||
container_name: 7d2d_ds_v1
|
||||
build: .
|
||||
ports:
|
||||
- "26900:26900"
|
||||
- "26901:26901"
|
||||
- "26902:26902"
|
||||
- "8080:8080"
|
||||
- "8081:8081"
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/7test/vol:/steamcmd/vol
|
4
linux/7d2d/run_7d2d.sh
Normal file
4
linux/7d2d/run_7d2d.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
$VALVE_GAME_FOLDER/7DaysToDieServer.x86_64 \
|
||||
-logfile $VALVE_STEAMCMD_FOLDER/vol/7d2d_output_log__`date +%Y-%m-%d__%H-%M-%S`.txt \
|
||||
-quit -batchmode -nographics -dedicated -configfile=$VALVE_STEAMCMD_FOLDER/vol/serverconfig.xml
|
Loading…
x
Reference in New Issue
Block a user