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" \
|
--ACCESS_TOKEN="yourAccessToken" \
|
||||||
--PREFIX="yourPrefix" \
|
--PREFIX="yourPrefix" \
|
||||||
--CHANNEL="yourChannel(s)" \
|
--CHANNEL="yourChannel(s)" \
|
||||||
-v /here/your/path/:/opt/db
|
-v /here/your/path/:/app/db
|
||||||
```
|
```
|
||||||
|
|
||||||
## Setup Locally
|
## Setup Locally
|
||||||
|
|
|
@ -8,5 +8,5 @@ services:
|
||||||
- PREFIX=yourPrefix
|
- PREFIX=yourPrefix
|
||||||
- CHANNEL=yourChannel(s)
|
- CHANNEL=yourChannel(s)
|
||||||
volumes:
|
volumes:
|
||||||
- /here/your/path/:/opt/db
|
- /here/your/path/:/app/db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue