Skip to content

Commit

Permalink
Changed image-version to in examples in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdargel committed Jul 17, 2019
1 parent 2daf0a2 commit ff63635
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 @@ -24,7 +24,7 @@ docker run --rm -it -e RCLONE_CONFIG_SFTP_TYPE=sftp \
-e RCLONE_CONFIG_SFTP_HOST=host.com \
-e RCLONE_CONFIG_SFTP_USER=name \
-e RCLONE_CONFIG_SFTP_PORT=23 \
-e RCLONE_CONFIG_SFTP_PASS=password travelping/rclone:v1.0 touch sftp:path
-e RCLONE_CONFIG_SFTP_PASS=password travelping/rclone:latest touch sftp:path
```

### Run `rclone` (s3)
Expand All @@ -38,7 +38,7 @@ docker run --rm -it -e RCLONE_CONFIG_S3_TYPE: "s3" \
-e RCLONE_CONFIG_S3_SECRET_ACCESS_KEY: "<sensitive>" \
-e RCLONE_CONFIG_S3_REGION: "s3-<region>" \
-e RCLONE_CONFIG_S3_ACL: "private" \
RCLONE_CONFIG_S3_FORCE_PATH_STYLE: "false" travelping/rclone:v1.0 touch sftp:path
RCLONE_CONFIG_S3_FORCE_PATH_STYLE: "false" travelping/rclone:latest touch sftp:path
```

### Run shell
Expand Down

0 comments on commit ff63635

Please sign in to comment.