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