mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-24 12:04:57 +01:00
Update the documentation to reference the published docker image
This commit is contained in:
parent
99b0676989
commit
dd10919893
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user