mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-05 03:31:30 +00:00
⬆️ Upgrades Grocy to 2.6.1
This commit is contained in:
parent
99c1433eec
commit
027bd8a4cd
3 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,7 @@ RUN \
|
||||||
\
|
\
|
||||||
&& yarn global add modclean \
|
&& yarn global add modclean \
|
||||||
\
|
\
|
||||||
&& git clone --branch "v2.6.0" --depth=1 \
|
&& git clone --branch "v2.6.1" --depth=1 \
|
||||||
https://github.com/grocy/grocy.git /var/www/grocy \
|
https://github.com/grocy/grocy.git /var/www/grocy \
|
||||||
\
|
\
|
||||||
&& cd /var/www/grocy \
|
&& cd /var/www/grocy \
|
||||||
|
|
|
@ -9,4 +9,5 @@ pm.min_spare_servers = 2
|
||||||
pm.max_spare_servers = 5
|
pm.max_spare_servers = 5
|
||||||
pm.max_requests = 1024
|
pm.max_requests = 1024
|
||||||
clear_env = no
|
clear_env = no
|
||||||
|
env[GROCY_BASE_PATH] = '/'
|
||||||
env[GROCY_BASE_URL] = '%%ingress_entry%%'
|
env[GROCY_BASE_URL] = '%%ingress_entry%%'
|
||||||
|
|
|
@ -9,3 +9,4 @@ pm.min_spare_servers = 2
|
||||||
pm.max_spare_servers = 5
|
pm.max_spare_servers = 5
|
||||||
pm.max_requests = 1024
|
pm.max_requests = 1024
|
||||||
clear_env = no
|
clear_env = no
|
||||||
|
env[GROCY_BASE_PATH] = '/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue