lodgeit: correct database path

Missed in Ib40cba5bb9e1f9f98769c00e2e9fe09e8fb2582f.  This path is on
a mounted volume.

Change-Id: I2b841c9ce4ccedd85e52f8b88b413b645924689a
This commit is contained in:
Ian Wienand 2021-07-14 14:40:28 +10:00
parent e3ab346f89
commit 1e8132e27a

View File

@ -14,7 +14,7 @@ services:
'--wait_timeout=28800', '--wait_timeout=28800',
] ]
volumes: volumes:
- /var/lib/lodgeit_db:/var/lib/mysql - /var/lib/lodgeit/mariadb:/var/lib/mysql
logging: logging:
driver: syslog driver: syslog
options: options: