[add] shotcut

This commit is contained in:
Andy Bunce 2024-08-11 23:09:30 +01:00
parent 897e390d56
commit 793512de1a
2 changed files with 17 additions and 1 deletions

View File

@ -1,5 +1,4 @@
---
version: "2.1"
services:
blender:
image: lscr.io/linuxserver/blender:latest

View File

@ -0,0 +1,17 @@
---
services:
shotcut:
image: lscr.io/linuxserver/shotcut:latest
container_name: shotcut
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/data:/config
ports:
- 3100:3000
- 3101:3001
restart: unless-stopped