Skip to content

Commit

Permalink
docs: Docker CLI example
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed May 22, 2024
1 parent a0f2c45 commit cc90227
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ services:
ports:
- 7777:7777
volumes:
- /path/to/strfry-db:/app/strfry-db
- /path/to/strfry.conf:/etc/strfry.conf
- ./strfry-db:/app/strfry-db
- ./strfry.conf:/etc/strfry.conf
```
Via Docker CLI:
```bash
docker run -it --rm -p 7777:7777 -v " ./strfry.conf:/etc/strfry.conf" dockurr/strfry
```

## Stars
Expand Down

0 comments on commit cc90227

Please sign in to comment.