mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 19:35:26 +02:00
9 lines
135 B
YAML
9 lines
135 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
languagetool:
|
|
image: collabora/languagetool:6.6
|
|
restart: unless-stopped
|
|
expose:
|
|
- "8010"
|