Skip to content

Commit

Permalink
Merge pull request #190 from wansenai/Jzow-patch-1
Browse files Browse the repository at this point in the history
update new version in docker images
  • Loading branch information
Jzow authored Nov 15, 2023
2 parents ec48510 + 4bcfe1a commit d39c8ff
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.4
docker pull wansenai/eairp:2.0.5

docker pull wansenai/eairp-web:2.0.4
docker pull wansenai/eairp-web:2.0.5
```
## 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.4
docker run --name eairp -d -p 8080:8088 wansenai/eairp:2.0.5

docker run --name eairp-web -d -p 3000:80 -e API_BASE_URL=http://localhost:8080/erp-api wansenai/eairp-web:2.0.4
docker run --name eairp-web -d -p 3000:80 -e API_BASE_URL=http://localhost:8080/erp-api wansenai/eairp-web:2.0.5
```

## System screenshot (only part)
Expand Down

0 comments on commit d39c8ff

Please sign in to comment.