Updated Readme

pull/106/head
Erazor2 2022-01-15 12:27:47 +00:00
parent eb1f031b33
commit d07d799e17
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Web GUI for youtube-dl (using the [yt-dlp](https://github.com/yt-dlp/yt-dlp) for
## Run using Docker ## Run using Docker
```bash ```bash
docker run -d -p 8081:8081 -v /path/to/downloads:/downloads --user 1001:1001 alexta69/metube docker run -d -p 8081:8081 -v /path/to/downloads:/downloads -v /path/to/queue:/queue --user 1001:1001 alexta69/metube
``` ```
## Run using docker-compose ## Run using docker-compose
@ -27,6 +27,7 @@ services:
- "8081:8081" - "8081:8081"
volumes: volumes:
- /path/to/downloads:/downloads - /path/to/downloads:/downloads
- /path/to/queue:/queue
``` ```
## Configuration via environment variables ## Configuration via environment variables