Skip to content

Commit

Permalink
Update the documentation to reference the published docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Feb 2, 2022
1 parent ef9d7c8 commit 54572ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ export DOCKER_BUILDKIT=1
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 tag registry.gitlab.com/jcgruenhage/hydrogen-web hydrogen
docker pull ghcr.io/vector-im/hydrogen
docker tag ghcr.io/vector-im/hydrogen hydrogen
```

### Start container image
Expand Down

0 comments on commit 54572ce

Please sign in to comment.