1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00

Update manifest.toml: explicit dependency to redis-server

This commit is contained in:
Alexandre Aubin 2024-07-15 17:43:28 +02:00 committed by GitHub
parent 96e5202f2b
commit f96f8f44b5
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"