Skip to content

Commit

Permalink
upgrade docker 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Nov 3, 2023
1 parent d91f14d commit d4cbc74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guide/install/docker-composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version: '3.8'
services:
easy-admin:
container_name: easy-admin
image: registry.ap-southeast-1.aliyuncs.com/kuops/easy-admin:1.0.0
image: registry.ap-southeast-1.aliyuncs.com/kuops/easy-admin:1.1.0
privileged: true
restart: always
ports:
Expand Down Expand Up @@ -52,7 +52,7 @@ version: '3.8'
services:
easy-admin:
container_name: easy-admin
image: registry.ap-southeast-1.aliyuncs.com/kuops/easy-admin:1.0.0
image: registry.ap-southeast-1.aliyuncs.com/kuops/easy-admin:1.1.0
privileged: true
restart: always
ports:
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
> tip: [how to install docker](https://nicelizhi.github.io/easy-admin/guide/install/installdocker)
```
docker pull registry.ap-southeast-1.aliyuncs.com/kuops/easy-admin:1.0.0
docker pull registry.ap-southeast-1.aliyuncs.com/kuops/easy-admin:1.1.0
```
> view docker images
```
Expand All @@ -21,7 +21,7 @@ docker images

> You need have setting.yml file in ./config dir
```
docker run --name easy-admin -p 8000:8000 -v ./config:/config/ -d registry.ap-southeast-1.aliyuncs.com/kuops/easy-admin:1.0.0
docker run --name easy-admin -p 8000:8000 -v ./config:/config/ -d registry.ap-southeast-1.aliyuncs.com/kuops/easy-admin:1.1.0
```

### 4、Test it
Expand Down

0 comments on commit d4cbc74

Please sign in to comment.