mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-29 20:37:57 -05:00
* (feat): add plark template * (fix): Add github link * (fix): process meta.json file --------- Co-authored-by: Khaled Gabr <khaled.gabr@plark.com>
11 lines
169 B
YAML
11 lines
169 B
YAML
services:
|
|
plark:
|
|
image: plarkinc/plark:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "80"
|
|
volumes:
|
|
- plark-data:/var/data
|
|
volumes:
|
|
plark-data:
|