This commit is contained in:
parent
1b4045ee81
commit
1a630d73dc
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ Here is the list of available commands by default:
|
|||
--ACCESS_TOKEN="yourAccessToken" \
|
||||
--PREFIX="yourPrefix" \
|
||||
--CHANNEL="yourChannel(s)" \
|
||||
-v /here/your/path/:/opt/db
|
||||
-v /here/your/path/:/app/db
|
||||
```
|
||||
|
||||
## Setup Locally
|
||||
|
|
|
@ -8,5 +8,5 @@ services:
|
|||
- PREFIX=yourPrefix
|
||||
- CHANNEL=yourChannel(s)
|
||||
volumes:
|
||||
- /here/your/path/:/opt/db
|
||||
- /here/your/path/:/app/db
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in a new issue