Point to the 'latest' tag in the Docker documentation
parent
d8c7da5dca
commit
f5364b47ec
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ version: '3'
|
|||
services:
|
||||
|
||||
synapse:
|
||||
image: synapse
|
||||
image: matrixdotorg/synapse:latest
|
||||
# Since snyapse does not retry to connect to the database, restart upon
|
||||
# failure
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue