mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 02:51:48 +02:00
Add persistent volume to mariadb container.
This commit is contained in:
parent
4c64144f3d
commit
e08041338a
@ -15,4 +15,9 @@ services:
|
|||||||
db:
|
db:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
restart: always
|
restart: always
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
volumes:
|
||||||
|
- karaoqueue-db:/var/lib/mysql
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
karaoqueue-db:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user