diff --git a/docker-compose.yml b/docker-compose.yml index ea13b45..400530d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: COMMAND_CHANNEL_ID: "" # The ID of the Discord channel where your self-bot will respond to commands VIDEO_CHANNEL_ID: "" # The ID of the Discord voice/video channel where your self-bot will stream videos VIDEOS_FOLDER: "./videos" # The local path where you store video files - PREVIEW_CACHE: "/tmp/preview-cache" # The local path where your self-bot will cache video preview thumbnails + PREVIEW_CACHE: "./tmp/preview-cache" # The local path where your self-bot will cache video preview thumbnails VIDEO_CACHE: "./tmp/video-cache" # The local path where your self-bot will cache youtube videos # Stream options