chore: update instructions

pull/47/head
Paul Makles 3 years ago committed by GitHub
parent 4a0ccfb7fd
commit 80a22077ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save