mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Merge pull request #980 from vector-im/hughns/docker-docs
Fix docs about docker registry
This commit is contained in:
commit
56b07eae8c
@ -39,11 +39,11 @@ In this repository, create a Docker image:
|
||||
docker build -t hydrogen .
|
||||
```
|
||||
|
||||
Or, pull the docker image from GitLab:
|
||||
Or, pull the docker image from GitHub Container Registry:
|
||||
|
||||
```
|
||||
docker pull registry.gitlab.com/jcgruenhage/hydrogen-web
|
||||
docker tag registry.gitlab.com/jcgruenhage/hydrogen-web hydrogen
|
||||
docker pull ghcr.io/vector-im/hydrogen-web
|
||||
docker tag ghcr.io/vector-im/hydrogen-web hydrogen
|
||||
```
|
||||
|
||||
### Start container image
|
||||
|
Loading…
Reference in New Issue
Block a user