updated README

This commit is contained in:
ArabCoders 2023-12-15 16:39:15 +03:00
parent 02a43c606f
commit d1d8611a1a

View file

@ -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