edit rclone command
This commit is contained in:
parent
c2a7fb16d2
commit
3d93f2d756
@ -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
|
||||
|
@ -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
|
||||
- /shared/transcriptor/clips:/shared/transcriptor/clips
|
Loading…
Reference in New Issue
Block a user