mirror of
https://github.com/eliasstepanik/WorldOfPadman_Dedi_Server.git
synced 2026-01-09 21:08:32 +00:00
14 lines
208 B
YAML
14 lines
208 B
YAML
version: "3.9"
|
|
|
|
volumes:
|
|
config:
|
|
|
|
services:
|
|
wop:
|
|
build: .
|
|
volumes:
|
|
- config:/wop/server/data/wop/
|
|
network_mode: "host"
|
|
ports:
|
|
- 27960:27960/udp
|