docker-vintagestory/build-custom-example/docker-compose.yml
Maik Laschober aaa605df31 added mods and playerdata to example build
fix Dockerfile using ARG instead of ENV
2020-08-20 09:37:34 +02:00

17 lines
No EOL
269 B
YAML

version: '3.1'
services:
vsserver:
build:
context: .
args:
vs_data_path: /gamedata/vs-mods/
container_name: vsserver
restart: always
volumes:
- gamedata:/gamedata
ports:
- 42420:42420
volumes:
gamedata: