Skip to content

Commit

Permalink
Merge pull request bcardiff#11 from JakeWharton/patch-2
Browse files Browse the repository at this point in the history
Use correct user for Docker Hub image
  • Loading branch information
pfidr34 authored Jan 28, 2020
2 parents d32a6b2 + a2a6d7d commit 4709799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A first run of the container can help in the creation of the file, but feel free

```
$ mkdir config
$ docker run --rm -it -v $(pwd)/config:/config pfidr34/rclone
$ docker run --rm -it -v $(pwd)/config:/config pfidr/rclone
```

### Perform sync in a daily basis
Expand Down Expand Up @@ -62,7 +62,7 @@ A few environment variables allow you to customize the behavior of rclone:
**When using UID/GID the config and/or logs directory must be writeable by this UID**

```bash
$ docker run --rm -it -v $(pwd)/config:/config -v /path/to/source:/source -e SYNC_SRC="/source" -e SYNC_DEST="dest:path" -e TZ="America/Chicago" -e CRON="0 0 * * *" -e CRON_ABORT="0 6 * * *" -e FORCE_SYNC=1 -e CHECK_URL=https://hchk.io/hchk_uuid pfidr34/rclone
$ docker run --rm -it -v $(pwd)/config:/config -v /path/to/source:/source -e SYNC_SRC="/source" -e SYNC_DEST="dest:path" -e TZ="America/Chicago" -e CRON="0 0 * * *" -e CRON_ABORT="0 6 * * *" -e FORCE_SYNC=1 -e CHECK_URL=https://hchk.io/hchk_uuid pfidr/rclone
```

See [rclone sync docs](https://rclone.org/commands/rclone_sync/) for source/dest syntax and additional options.
Expand Down

0 comments on commit 4709799

Please sign in to comment.