Point to the 'latest' tag in the Docker documentation

This commit is contained in:
kaiyou 2018-02-05 22:14:40 +01:00
parent d8c7da5dca
commit f5364b47ec
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ docker run \
--name synapse \
-v ${DATA_PATH}:/data \
-e SYNAPSE_SERVER_NAME=my.matrix.host \
matrixdotorg/synapse:v0.22.1
matrixdotorg/synapse:latest
```