mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 07:46:14 +01:00
Add database volume binding
This commit is contained in:
parent
b61212480c
commit
40947e4f64
1 changed files with 2 additions and 1 deletions
|
@ -8,4 +8,5 @@ services:
|
|||
hostname: so-un-bot
|
||||
domainname: pve-docker.net.mrlc.cc
|
||||
volumes:
|
||||
- ./:/App/ACL
|
||||
- ./:/App/ACL
|
||||
- /mnt/main/SSD/sobot_data/acl.json:/App/ACL/acl.json # Database might be stored on a different drive
|
Loading…
Reference in a new issue