You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
385 B
39 lines
385 B
1 year ago
|
---
|
||
|
name: 'update '
|
||
|
about: update docker image
|
||
|
title: update docker image
|
||
|
labels: ''
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
```
|
||
|
cd Open-IM-Server ; docker-compose down
|
||
|
```
|
||
|
|
||
|
screenshot here
|
||
|
|
||
|
```
|
||
|
git pull
|
||
|
```
|
||
|
|
||
|
screenshot here
|
||
|
|
||
|
```
|
||
|
docker-compose pull
|
||
|
```
|
||
|
|
||
|
screenshot here
|
||
|
|
||
|
```
|
||
|
chmod +x script/*.sh ; docker-compose up -d
|
||
|
```
|
||
|
|
||
|
screenshot here
|
||
|
|
||
|
```
|
||
|
cd script ; ./docker_check_service.sh
|
||
|
```
|
||
|
|
||
|
screenshot here
|