persist bot db on docker deployment
This commit is contained in:
parent
c3258d2135
commit
b0a6352c40
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ services:
|
|||
# dockerfile: ./Dockerfile
|
||||
volumes:
|
||||
- ./config.json:/app/config.json
|
||||
# use touch to create an empty file bot, for persist database only
|
||||
- ./bot:/app/bot
|
||||
networks:
|
||||
- matrix_network
|
||||
# api:
|
||||
|
|
Loading…
Reference in a new issue