mirror of
https://github.com/avinson/rom24-quickmud
synced 2026-08-12 10:26:03 -04:00
9 lines
161 B
YAML
9 lines
161 B
YAML
version: "3"
|
|
services:
|
|
app:
|
|
image: avinson/rom
|
|
volumes:
|
|
- ./log:/opt/rom/log:rw
|
|
- ./player:/opt/rom/player:rw
|
|
ports:
|
|
- 4000:4000
|