mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-09 14:06:54 +00:00
11 lines
138 B
YAML
11 lines
138 B
YAML
|
services:
|
||
|
oot:
|
||
|
volumes:
|
||
|
- oot-sync:/oot:nocopy
|
||
|
image: "oot:latest"
|
||
|
tty: true
|
||
|
|
||
|
volumes:
|
||
|
oot-sync:
|
||
|
external: true
|