Skip to content

Commit

Permalink
docs: Folder location
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Oct 14, 2024
1 parent 3bfc9fd commit 64c9b4e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ docker run -it --rm -p 445:445 -e "USER=samba" -e "PASS=secret" -v "/home/exampl

## Configuration ⚙️

### How do I choose the shared folder?

To change the location of the shared folder, include the following bind mount in your compose file:

```yaml
volumes:
- /home/example:/storage
```
Replace the example path `/home/example` with the desired folder.

### How do I modify the credentials?

You can set the `USER` and `PASS` environment variables to modify the credentials from their default values: user `samba` with password `secret`.
Expand Down

0 comments on commit 64c9b4e

Please sign in to comment.