mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 17:26: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
|
@ -9,3 +9,4 @@ services:
|
||||||
domainname: pve-docker.net.mrlc.cc
|
domainname: pve-docker.net.mrlc.cc
|
||||||
volumes:
|
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