summary refs log tree commit diff
path: root/contrib/docker/README.md
diff options
context:
space:
mode:
authorkaiyou <pierre@jaury.eu>2018-02-08 21:58:12 +0100
committerkaiyou <pierre@jaury.eu>2018-02-08 21:58:12 +0100
commit48e2c641b80ac57d16701e4a27f348ea4f2c66cc (patch)
treef4bcdd876a5d4810c7f3e90d7b12d09112f32a6e /contrib/docker/README.md
parentMake it clear that the image has two modes of operation (diff)
downloadsynapse-48e2c641b80ac57d16701e4a27f348ea4f2c66cc.tar.xz
Specify the Docker registry in the build tag
Diffstat (limited to 'contrib/docker/README.md')
-rw-r--r--contrib/docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/docker/README.md b/contrib/docker/README.md
index 27e25afcef..221d9c53b5 100644
--- a/contrib/docker/README.md
+++ b/contrib/docker/README.md
@@ -12,7 +12,7 @@ use that server.
 Build the docker image with the `docker build` command from the root of the synapse repository.
 
 ```
-docker build -t matrixdotorg/synapse .
+docker build -t docker.io/matrixdotorg/synapse .
 ```
 
 The `-t` option sets the image tag. Official images are tagged `matrixdotorg/synapse:<version>` where `<version>` is the same as the release tag in the synapse git repository.