Files
oot/docker-compose.yml
T
Ethan Roseman b6b50d6638 Docker stuff
2020-04-22 19:36:35 -04:00

12 lines
151 B
YAML

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