mirror of
https://github.com/YunoHost-Apps/h5ai_ynh.git
synced 2024-09-03 20:36:25 +02:00
Apply suggestions from code review
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
568764bdaf
commit
5543e41f30
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php7.3-fpm"
|
||||
"php7.4-fpm"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
phpversion="7.3"
|
||||
YNH_PHP_VERSION=7.4
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="php$phpversion-fpm ffmpeg imagemagick"
|
||||
pkg_dependencies="php$YNH_PHP_VERSION-fpm ffmpeg imagemagick"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Reference in a new issue