dayzdockerserver/docker-compose.yml
Daniel Ceregatti 164d5b41d6 Add more interactive functionality: Login, update, rcon, etc. All WIPs.
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.
2022-03-26 16:37:39 -07:00

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