mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
12 lines
151 B
YAML
12 lines
151 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
oot:
|
||
|
volumes:
|
||
|
- oot-sync:/oot:nocopy
|
||
|
image: "oot:latest"
|
||
|
tty: true
|
||
|
|
||
|
volumes:
|
||
|
oot-sync:
|
||
|
external: true
|