Skip to content

Commit

Permalink
chore: update readme with example volume mount
Browse files Browse the repository at this point in the history
  • Loading branch information
coanghel authored May 22, 2024
1 parent f9bb7c3 commit e796332
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ wget https://github.com/coanghel/rclone-docker-automount/blob/master/mounts.json

### Compose Configuration

The key points to populate in the compose file are the rc port, user and password. Note that these need to be supplied for both containers and that we are passing `:PORT` for --rc-addr, not just `PORT`
The key points to populate in the compose file are the initializer volume (for accessing mounts.json), rc port, user and password. Note that the authentication credentials need to be supplied for both containers and that we are passing `:PORT` for --rc-addr, not just `PORT`

```
...
Expand All @@ -58,6 +58,8 @@ The key points to populate in the compose file are the rc port, user and passwor
- RCLONE_USERNAME=AGOODUSERNAME
- RCLONE_PASSWORD=AGOODPASSWORD
- RCLONE_PORT=5572
volumes:
- /docker/rclone/initializer:/app
...
```

Expand Down

0 comments on commit e796332

Please sign in to comment.