Update the documentation to reference the published docker image

This commit is contained in:
Quentin Gliech 2022-02-02 16:02:53 +01:00
parent 99b0676989
commit dd10919893
No known key found for this signature in database
GPG Key ID: 22D62B84552719FC

View File

@ -41,11 +41,11 @@ export DOCKER_BUILDKIT=1
docker build -t hydrogen . docker build -t hydrogen .
``` ```
Or, pull the docker image from GitLab: Or, pull the Docker image the GitHub Container Registry:
``` ```
docker pull registry.gitlab.com/jcgruenhage/hydrogen-web docker pull ghcr.io/vector-im/hydrogen
docker tag registry.gitlab.com/jcgruenhage/hydrogen-web hydrogen docker tag ghcr.io/vector-im/hydrogen hydrogen
``` ```
### Start container image ### Start container image