mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
10 lines
161 B
YAML
10 lines
161 B
YAML
name: oott
|
|
|
|
services:
|
|
oott:
|
|
image: rzuasti/oott:latest
|
|
volumes:
|
|
- /docker/oott/config:/config
|
|
- /docker/oott/db:/db
|
|
network_mode: host
|