Files
RAGECOOP-V/docker-compose.yml

14 lines
221 B
YAML
Raw Permalink Normal View History

version: '3.8'
services:
ragecoop-v:
build:
context: .
dockerfile: Dockerfile
ports:
- "4499:4499/udp"
stdin_open: true
tty: true
volumes:
- ./Settings.xml:/app/Settings.xml