mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
can not install app without url
This commit is contained in:
parent
159c427bab
commit
5c03cbb031
3 changed files with 4 additions and 15 deletions
|
@ -1,13 +1,2 @@
|
|||
enhancement:
|
||||
add config item for running apps number #472
|
||||
|
||||
bug:
|
||||
clamAV install Fail #463
|
||||
all app container exec error on portainer #464
|
||||
|
||||
appstore:
|
||||
[启动运行计划任务 EspoCRM](https://github.com/Websoft9/docker-library/issues/600)
|
||||
[OpenSearch 502 Bad Gateway ](https://github.com/Websoft9/docker-library/issues/601)
|
||||
[Elasticsearch 502 Bad Gateway](https://github.com/Websoft9/docker-library/issues/602)
|
||||
[n8n Init Problem](https://github.com/Websoft9/docker-library/issues/603)
|
||||
[.Net runtime example web cannot access by Nginx proxy domains](https://github.com/Websoft9/docker-library/issues/605)
|
||||
## bug:
|
||||
Install app without URL failed
|
|
@ -1,4 +1,4 @@
|
|||
APPHUB_VERSION=0.0.7
|
||||
APPHUB_VERSION=0.0.8
|
||||
DEPLOYMENT_VERSION=2.20.1
|
||||
GIT_VERSION=1.21.9
|
||||
PROXY_VERSION=2.11.1
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3-rc1",
|
||||
"plugins": {
|
||||
"portainer": "0.1.0",
|
||||
"nginx": "0.0.7",
|
||||
|
|
Loading…
Reference in a new issue