1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/koel_ynh.git synced 2024-09-03 19:35:54 +02:00

coding style

This commit is contained in:
Salamandar 2024-07-12 12:13:52 +02:00
parent 84ccdd2aac
commit 75f179c2f0

View file

@ -62,7 +62,15 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php8.2-fpm, php8.2-mysql, php8.2-sqlite3, php8.2-xml, php8.2-mbstring, mariadb-server, ffmpeg"
packages = [
"php8.2-fpm",
"php8.2-mysql",
"php8.2-sqlite3",
"php8.2-xml",
"php8.2-mbstring",
"mariadb-server",
"ffmpeg",
]
[resources.database]
type = "mysql"