mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-03 04:55:24 +02: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: {}
|