New base
Build / latest (push) Successful in 32s

This commit is contained in:
2026-06-14 15:25:29 +02:00
parent db67c3e51c
commit 6f75fb0424
3 changed files with 74 additions and 50 deletions
+22
View File
@@ -0,0 +1,22 @@
services:
unturned:
build: .
container_name: unturned
restart: unless-stopped
stdin_open: true
tty: true
network_mode: host
environment:
- GSLT=YOUR_TOKEN_HERE
- SERVER_ID=myserver
- NAME=My Unturned Server
- MAP=PEI
- MAXPLAYERS=24
- PORT=27015
- PASSWORD=
- OWNER=76561198012345678
- ADMINS=76561198087654321,76561198011111111
- PERSPECTIVE=Both
- DIFFICULTY=Normal
volumes:
- ./data:/home/steam/unturned/Servers