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

Simplify things by consolidating all the bash stuff into dayzserver and removing files where the content has become managed interactively. Make sure steamcmd has proper permissions in the container. More updated documentation.
15 lines
No EOL
192 B
YAML
15 lines
No EOL
192 B
YAML
version: "3.3"
|
|
|
|
volumes:
|
|
homedir:
|
|
|
|
services:
|
|
|
|
main:
|
|
build: .
|
|
ports:
|
|
- "2302:2302/udp"
|
|
- "27016:27016/udp"
|
|
volumes:
|
|
- homedir:/home/user
|
|
- ./files:/files |