From 3d93f2d756a23dce41ff58bcabf6c76b42df825e Mon Sep 17 00:00:00 2001 From: t0is Date: Mon, 3 Mar 2025 16:49:12 +0100 Subject: [PATCH] edit rclone command --- Dockerfile | 1 + docker-compose.yml | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 66d7a1c..bdd45dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /app # Copy the entrypoint script into the container COPY entrypoint.sh . +COPY rclone.conf /root/.config/rclone/rclone.conf # Make sure the script is executable diff --git a/docker-compose.yml b/docker-compose.yml index a0f4954..a4ab665 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,4 @@ services: # Set your target Google Drive folder ID here. - DRIVE_FOLDER_ID=1HKPydId23FmOWaT5dzBnDt0ooIMwzDLS volumes: - # Map your local folder to the container's /shared/transcriptor/clips - - /shared/transcriptor/clips:/shared/transcriptor/clips - # Mount your rclone configuration file containing the Google Drive remote details. - - ./rclone.conf:/root/.config/rclone/rclone.conf:ro \ No newline at end of file + - /shared/transcriptor/clips:/shared/transcriptor/clips \ No newline at end of file