dayzdockerserver/docker-compose.yml
Daniel Ceregatti 8eed898bd4 First working prototype. It "works", but it still segs, which is the problem I was hoping to fix. Bummer.
Add the dayzserver from upstream, but a modified version that doesn't do all the tmux stuff.
2022-03-25 18:54:25 -07:00

24 lines
511 B
YAML

version: "3.9"
volumes:
steam:
steamcmd:
serverfiles:
serverprofile:
services:
dayzserver:
build: .
ports:
- "2302:2302/udp"
- "27016:27016/udp"
volumes:
- steam:/home/user/Steam
- steamcmd:/home/user/steamcmd
- serverfiles:/home/user/serverfiles
- serverprofile:/home/user/serverprofile
environment:
- STEAMLOGIN=anonymous
# Escape any forwardslashes: SERVERNAME="My thing \/ My other thing"
- SERVERNAME=DayZ on Linux for Linux