add yt dl material
This commit is contained in:
parent
b3a7640876
commit
bd33d32b75
16
ytdl-material/docker-compose.yml
Normal file
16
ytdl-material/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
version: "2"
|
||||
services:
|
||||
ytdl_material:
|
||||
container_name: "ytdl_material"
|
||||
environment:
|
||||
ALLOW_CONFIG_MUTATIONS: 'true'
|
||||
restart: always
|
||||
volumes:
|
||||
- ./appdata:/app/appdata
|
||||
- /media/youtube-dl/audio:/app/audio
|
||||
- ./video:/app/video
|
||||
- ./subscriptions:/app/subscriptions
|
||||
- ./users:/app/users
|
||||
ports:
|
||||
- "8998:17442"
|
||||
image: tzahi12345/youtubedl-material:nightly-2023-08-29
|
Loading…
x
Reference in New Issue
Block a user