Skip to content

Commit

Permalink
docs: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Apr 4, 2024
1 parent 8c78125 commit 6bb20a6
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 @@ -25,9 +25,9 @@ services:
environment:
USER: "samba"
PASS: "secret"
RW: true # Optional, default true
UID: 1000 # Optional, default 1000
GID: 1000 # Optional, default 1000
RW: true # Optional, default true
ports:
- 445:445
volumes:
Expand All @@ -38,7 +38,7 @@ services:
Via `docker run`

```bash
docker run -it --rm -p 445:445 -v "/home/example:/storage" -e "USER=samba" -e "PASS=secret" -e "UID=1000" -e "GID=1000"dockurr/samba
docker run -it --rm -p 445:445 -v "/home/example:/storage" -e "USER=samba" -e "PASS=secret" dockurr/samba
```

## FAQ
Expand Down

0 comments on commit 6bb20a6

Please sign in to comment.