This commit is contained in:
Elias Stepanik 2023-12-04 21:24:56 +01:00
parent 9070e79df2
commit 05184219c5
3 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,6 @@
FROM ubuntu:22.04
EXPOSE 27960/udp
EXPOSE 27960/tcp
RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/00-docker

View File

@ -1,8 +1,12 @@
version: "3.9"
volumes:
config:
services:
wop:
build: .
volumes:
- config:/wop/server/data/wop/
ports:
- 27960:27960/tcp
- 27960:27960/udp

View File

@ -1,7 +1,5 @@
#!/bin/bash
#[[ -n $SERVER_NAME ]] || SERVER_NAME="WOP Server"
#[[ -z $RCON_PASSWORD ]] || RCON_PASSWORD="ADMIN_PASS $RCON_PASSWORD
#cd /wop/server/worldofpadman-1-6-2/
./data/wopded-linux.x86_64 +set dedicated 1 +set net_port 27960 +set com_hunkMegs 256 +exec server-settings.cfg