Skip to content

Commit

Permalink
Update readme tutuorial for working with ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed May 10, 2024
1 parent 1abbb94 commit ccd418b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,14 @@ $ npm install

- create the compose file with below information. More details [HERE](https://hub.docker.com/repository/docker/tuanngocptn/sentry-telegram-webhook).

**Note: ** _If you would like to use Gihub Container Registry (ghcr) instead of Docker hub. Please following [THIS](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) before run below docker compose_

```yml
services:
app:
# Docker hub package
image: tuanngocptn/sentry-telegram-webhook:latest
# Github hub package
# Github container registry (ghcr)
# image: ghcr.io/tuanngocptn/sentry-telegram-webhook:latest
environment:
- LANGUAGE=en
Expand Down

0 comments on commit ccd418b

Please sign in to comment.