Container hinzugefügt
This commit is contained in:
16
youtubeDL/docker-compose.yml
Normal file
16
youtubeDL/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "3.2"
|
||||
services:
|
||||
ytdl_material:
|
||||
container_name: youtubeDL
|
||||
environment:
|
||||
ALLOW_CONFIG_MUTATIONS: 'true'
|
||||
restart: always
|
||||
volumes:
|
||||
- ./appdata:/app/appdata
|
||||
- ./audio:/app/audio
|
||||
- ./video:/app/video
|
||||
- ./subscriptions:/app/subscriptions
|
||||
- ./users:/app/users
|
||||
ports:
|
||||
- "8998:17442"
|
||||
image: tzahi12345/youtubedl-material:latest
|
||||
Reference in New Issue
Block a user