summaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: a6cdbbdf8e76f002643ecefe7454c5685ffb3ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
version: "3"
services:
  oot:
    volumes:
      - oot-sync:/oot:nocopy
    image: "oot:latest"
    tty: true

volumes:
  oot-sync:
    external: true