Blame

3e1f00 mb tech 2026-01-13 15:38:16
updated
1
# Otterwiki
2
3
## compose.yml
4
```yaml
5
---
6
services:
7
otterwiki:
8
image: redimp/otterwiki:2
9
restart: unless-stopped
10
ports:
11
- 8083:80
12
volumes:
13
- ./app-data:/app-data
14
```