Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Feb 10, 2023
1 parent feb75a4 commit eb06bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/user/howto/rclone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ you can mount your host ``rclone.conf`` into the container as:

.. code-block:: console
$ docker run -ti -v $HOSTDIR_WITH_RCLONE_CONF/rclone.conf:/root/.config/rclone/rclone.conf <your-docker-image>
$ docker run -ti -v $HOSTDIR_WITH_RCLONE_CONF/rclone.conf:/srv/.rclone/rclone.conf <your-docker-image>
i.e. you mount ``rclone.conf`` file itself directly as a volume.
One can also mount the ``rclone.conf`` file at a custom location and tell rclone where to find it:
Expand Down

0 comments on commit eb06bc9

Please sign in to comment.