dayzdockerserver/docker-compose.yml
Daniel Ceregatti 618488224f Add the ability to fake the DayZ install while developing, as it's very large and takes a lot of time.
Remove actions that will not become part of the set of features.
Update usage output.
2022-03-26 17:36:08 -07:00

18 lines
No EOL
313 B
YAML

version: "3.3"
volumes:
homedir:
services:
main:
build: .
ports:
- "2302:2302/udp"
- "27016:27016/udp"
volumes:
- homedir:/home/user
- ./files:/files
# environment:
# # So we don't have to always download the full server when testing
# - FAKE_DAYZ_INSTALL=1