Skip to content

Commit

Permalink
fixup server bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
james0718 committed Jan 31, 2023
1 parent d9b9bc8 commit b71b0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ SeverIP就是VM对外的公网IP地址。
理论上,上述方法同样适用在各种Linux环境,甚至在云平台VM中安装AppHub,目前我们已经验证适用Azure和阿里云VM。
| Release version | DockerHub | docker tag |
| :------------------- | :-------------- | :----------|
| V2.0.0 | edgesolution/apphub-manager:v2.0.1<br />edgesolution/apphub-emqx:v1.2<br />edgesolution/apphub-novnc:v1.2<br />edgesolution/apphub-postgres:v1.0<br />edgesolution/apphub-minio:v1.0<br />edgesolution/apphub-ithings:v1.0<br />edgesolution/apphub-influxdb:v1.0 | eidevice/androiddm-javaenv-slim-dev:v5.4.5<br />eidevice/apphub-emqx-dev:v1.1.2<br />eidevice/apphub-novnc-dev:v1.0.0<br />eidevice/androiddm-postgres-dev:v1.1<br />eidevice/androiddm-minio-dev:v1.1<br />eidevice/apphub-ithings:v1.1.8<br />eidevice/influxdb-1.8:v1.0<br /> |
| V2.0.0 | edgesolution/apphub-manager:v2.0.0<br />edgesolution/apphub-emqx:v1.2<br />edgesolution/apphub-novnc:v1.2<br />edgesolution/apphub-postgres:v1.0<br />edgesolution/apphub-minio:v1.0<br />edgesolution/apphub-ithings:v1.0<br />edgesolution/apphub-influxdb:v1.0 | eidevice/androiddm-javaenv-slim-dev:v5.5.9<br />eidevice/apphub-emqx-dev:v1.1.2<br />eidevice/apphub-novnc-dev:v1.0.1<br />eidevice/androiddm-postgres-dev:v1.1<br />eidevice/androiddm-minio-dev:v1.1<br />eidevice/apphub-ithings:v1.2.8<br />eidevice/influxdb-1.8:v1.0<br /> |
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
androidlink:
image: edgesolution/apphub-manager:v2.0.1
image: edgesolution/apphub-manager:v2.0.0
restart: always
depends_on:
- mqtt
Expand Down

0 comments on commit b71b0a8

Please sign in to comment.