From 4bc4b321e5331f579adadc4c4ef7ce88949585b0 Mon Sep 17 00:00:00 2001 From: James Zow Date: Mon, 8 Apr 2024 21:47:39 +0800 Subject: [PATCH] Update the docker image version of eairp --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc6fdae0..a6a09d34 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ Some functional modules are being developed and improved, please refer to our [t ## Quick Start ```shell -docker pull wansenai/eairp:2.1.0 +docker pull wansenai/eairp:2.1.1 -docker pull wansenai/eairp-web:2.1.0 +docker pull wansenai/eairp-web:2.1.1 ``` ## Run Server You can customize and modify port 8080, please ensure that the service ports monitored by your front-end are consistent. @@ -56,9 +56,9 @@ If you want to deploy to your domain name, the local host needs to be modified t We will use the Docker Compose method for integration and deployment next it is coming soon :) ```shell -docker run --name eairp -d -p 8080:8088 wansenai/eairp:2.1.0 +docker run --name eairp -d -p 8080:8088 wansenai/eairp:2.1.1 -docker run --name eairp-web -d -p 3000:80 -e API_BASE_URL=http://localhost:8080/erp-api wansenai/eairp-web:2.1.0 +docker run --name eairp-web -d -p 3000:80 -e API_BASE_URL=http://localhost:8080/erp-api wansenai/eairp-web:2.1.1 ``` ## System screenshot (only part)