Commit 3e1f00
2026-01-13 15:38:16 mb tech: updated| /dev/null .. docker compose files/otterwiki.md | |
| @@ 0,0 1,14 @@ | |
| + | # Otterwiki |
| + | |
| + | ## compose.yml |
| + | ```yaml |
| + | --- |
| + | services: |
| + | otterwiki: |
| + | image: redimp/otterwiki:2 |
| + | restart: unless-stopped |
| + | ports: |
| + | - 8083:80 |
| + | volumes: |
| + | - ./app-data:/app-data |
| + | ``` |
