mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
Merge pull request #170 from YunoHost-Apps/testing
Update manifest.toml: explicit dependency to redis-server
This commit is contained in:
commit
b2d890e9c1
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ ram.runtime = "50M"
|
|||
api.auth_header = false
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server, php8.3-curl, php8.3-mysql, php8.3-ldap, php8.3-mbstring, php8.3-tidy, php8.3-xml, php8.3-zip, php8.3-gd"
|
||||
packages = "mariadb-server, php8.3-curl, php8.3-mysql, php8.3-ldap, php8.3-mbstring, php8.3-tidy, php8.3-xml, php8.3-zip, php8.3-gd, redis-server"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Reference in a new issue