Skip to content

Commit

Permalink
docs: Add docker volume binding example
Browse files Browse the repository at this point in the history
  • Loading branch information
MrExplode committed Nov 2, 2023
1 parent 3b0e4ac commit 094d985
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ services:
JIRA_EMAIL: "" # account email
JIRA_REST_TOKEN: "" # account rest api token
HOST_URL: "" # the base url for the service
volumes:
- /path/to/images:/app/img
- /path/to/requests:/app/requests
```
## License
Expand Down

0 comments on commit 094d985

Please sign in to comment.