Skip to content
Snippets Groups Projects
Commit 48e2c641 authored by kaiyou's avatar kaiyou
Browse files

Specify the Docker registry in the build tag

parent d8680c96
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment