mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00

Remove the default.cfg file as that's just been incorporated into the dayzserver script. Set some saner defaults in serverDZ.cfg. Remove the faking of the install. Integrate steamcmd from Debian. Updated docs.
15 lines
193 B
YAML
15 lines
193 B
YAML
version: "3.3"
|
|
|
|
volumes:
|
|
homedir:
|
|
|
|
services:
|
|
|
|
main:
|
|
build: .
|
|
ports:
|
|
- "2302:2302/udp"
|
|
- "27016:27016/udp"
|
|
volumes:
|
|
- homedir:/home/user
|
|
- ./files:/files
|