dayzdockerserver/docker-compose.yml
Daniel Ceregatti c9edc5eb59 Use new RCON port.
Start the server with a command line here so we can dev more rapidly.
2022-07-09 14:23:09 -07:00

18 lines
288 B
YAML

version: "3.3"
volumes:
homedir:
services:
main:
build: .
command: bash -c "/files/dayzserver start"
ports:
- "2302:2302/udp"
- "2303:2303/udp"
- "2304:2304/udp"
- "27016:27016/udp"
volumes:
- homedir:/home/user
- ./files:/files