Skip to content

Commit

Permalink
docs: Docker CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored May 16, 2024
1 parent 491c2e0 commit 8ec3a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
Via Docker CLI:
```bash
docker run -it --rm -p 445:445 -e "USER=samba" -e "PASS=secret" -v "/home/example:/storage" dockurr/samba
docker run -it --name samba -p 445:445 -e "USER=samba" -e "PASS=secret" -v "/home/example:/storage" dockurr/samba
```

## FAQ
Expand Down

0 comments on commit 8ec3a7f

Please sign in to comment.