[add] shotcut
This commit is contained in:
parent
897e390d56
commit
793512de1a
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
version: "2.1"
|
|
||||||
services:
|
services:
|
||||||
blender:
|
blender:
|
||||||
image: lscr.io/linuxserver/blender:latest
|
image: lscr.io/linuxserver/blender:latest
|
||||||
|
17
shotcut/docker-compose.yml
Normal file
17
shotcut/docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user