mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-27 01:55:25 +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: {}
|