Added index volume for koel
parent
e21a135c7d
commit
beb9014b94
|
@ -24,6 +24,7 @@ services:
|
|||
- './.env:/var/www/html/.env'
|
||||
- 'covers:/var/www/html/public/img/covers'
|
||||
- 'music:/music'
|
||||
- 'index:/var/www/html/storage/search-indexes'
|
||||
|
||||
db:
|
||||
image: 'mariadb:10.5.9-focal'
|
||||
|
@ -45,4 +46,5 @@ networks:
|
|||
volumes:
|
||||
covers:
|
||||
db-data:
|
||||
index:
|
||||
music:
|
||||
|
|
Reference in New Issue