Skip to content

Commit

Permalink
Merge pull request #292 from wansenai/Jzow-patch-1
Browse files Browse the repository at this point in the history
Update docker images new version
  • Loading branch information
wansenai-bot committed Dec 14, 2023
2 parents c31471a + d3f67ce commit 3394636
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.9
docker pull wansenai/eairp:2.1.0

docker pull wansenai/eairp-web:2.0.9
docker pull wansenai/eairp-web:2.1.0
```
## Run Server
You can customize and modify port 8080, please ensure that the service ports monitored by your front-end are consistent.
Expand All @@ -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.0.9
docker run --name eairp -d -p 8080:8088 wansenai/eairp: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.0.9
docker run --name eairp-web -d -p 3000:80 -e API_BASE_URL=http://localhost:8080/erp-api wansenai/eairp-web:2.1.0
```

## System screenshot (only part)
Expand Down

0 comments on commit 3394636

Please sign in to comment.