mirror of
https://github.com/revoltchat/self-hosted.git
synced 2025-12-28 06:34:36 +00:00
chore: update instructions
This commit is contained in:
parent
4a0ccfb7fd
commit
80a22077ec
20
README.md
20
README.md
@ -55,6 +55,26 @@ Then bring up Revolt:
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
## Updating Revolt
|
||||
|
||||
To update Revolt, first pull the latest copy of this repository to ensure you have the latest tags:
|
||||
|
||||
```
|
||||
git pull
|
||||
```
|
||||
|
||||
Then pull all the latest images:
|
||||
|
||||
```
|
||||
docker-compose pull
|
||||
```
|
||||
|
||||
Now you can restart your services:
|
||||
|
||||
```
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
## Additional Notes
|
||||
|
||||
### Expose database
|
||||
|
||||
Loading…
Reference in New Issue
Block a user