mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
11 lines
173 B
YAML
11 lines
173 B
YAML
version: "3.8"
|
|
services:
|
|
otterwiki:
|
|
image: redimp/otterwiki:2
|
|
restart: unless-stopped
|
|
volumes:
|
|
- otterwiki-data:/app-data
|
|
|
|
volumes:
|
|
otterwiki-data: {}
|