From d1d8611a1aa3183729429328a9c0a077a067813a Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Fri, 15 Dec 2023 16:39:15 +0300 Subject: [PATCH] updated README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ec59d13..92581831 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ docker run -d --name ytptube -p 8081:8081 -v ./config:/config:rw -v ./downloads: ## Run using docker-compose ```yaml -version: "3" +version: "3.9" services: ytptube: user: "1000:1000" @@ -51,8 +51,10 @@ services: ports: - "8081:8081" volumes: - - ./config:/config - - ./downloads:/downloads + - ./config:/config:rw + - ./downloads:/downloads:rw + tmpfs: + - /tmp ``` ## Configuration via environment variables