Skip to content

Commit

Permalink
fix: corrected bind mount example
Browse files Browse the repository at this point in the history
  • Loading branch information
coanghel authored May 23, 2024
1 parent e796332 commit d34666d
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 @@ -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 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`
The key points to populate in the compose file are the initializer volume mount (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 @@ -59,7 +59,7 @@ The key points to populate in the compose file are the initializer volume (for a
- RCLONE_PASSWORD=AGOODPASSWORD
- RCLONE_PORT=5572
volumes:
- /docker/rclone/initializer:/app
- /docker/rclone/initializer/mounts.json:/app/mounts.json
...
```

Expand Down

0 comments on commit d34666d

Please sign in to comment.