1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00

Update manifest.toml: explicit dependency to redis-server

This commit is contained in:
Alexandre Aubin 2024-07-15 17:58:24 +02:00 committed by GitHub
parent e033450218
commit 7bf20e7b45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,6 +73,7 @@ ram.runtime = "50M"
[resources.apt] [resources.apt]
packages = [ packages = [
"mariadb-server", "mariadb-server",
"redis-server",
] ]
[resources.apt.extras.yarn] [resources.apt.extras.yarn]