1
0
Fork 0
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:
Alexandre Aubin 2024-07-15 17:44:10 +02:00 committed by GitHub
commit b2d890e9c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"