oot/docker-compose.yml

11 lines
138 B
YAML

services:
oot:
volumes:
- oot-sync:/oot:nocopy
image: "oot:latest"
tty: true
volumes:
oot-sync:
external: true