13 lines
231 B
YAML
13 lines
231 B
YAML
version: '3'
|
|
services:
|
|
rexuiz:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
environment:
|
|
- WHITELIST_ENABLED=true
|
|
volumes:
|
|
- ./config:/home/rexuiz/.rexuiz/data
|
|
ports:
|
|
- "26000:26000/udp"
|