updated README
This commit is contained in:
parent
02a43c606f
commit
d1d8611a1a
1 changed files with 5 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ docker run -d --name ytptube -p 8081:8081 -v ./config:/config:rw -v ./downloads:
|
||||||
## Run using docker-compose
|
## Run using docker-compose
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: "3"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
ytptube:
|
ytptube:
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
|
|
@ -51,8 +51,10 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8081:8081"
|
- "8081:8081"
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config:rw
|
||||||
- ./downloads:/downloads
|
- ./downloads:/downloads:rw
|
||||||
|
tmpfs:
|
||||||
|
- /tmp
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration via environment variables
|
## Configuration via environment variables
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue