mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 19:53:12 +02:00
16 lines
391 B
YAML
16 lines
391 B
YAML
|
|
# -------------------------------------------------------------------------
|
|
# 🚀 Created and distributed by The AltStack
|
|
# 🌍 https://thealtstack.com
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
services:
|
|
kdenlive:
|
|
image: lscr.io/linuxserver/kdenlive:latest
|
|
container_name: kdenlive
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3000:3000"
|
|
|