Skip to content

Commit

Permalink
Updated README.md to point to ghcr.io/convos-chat/convos:alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthorsen committed Oct 17, 2023
1 parent f48a0bb commit 8e39b9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# convos/convos
# docker pull ghcr.io/convos-chat/convos:alpha
#
# See https://convos.chat/doc/config.html for details about the environment variables
#
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![convos](https://snapcraft.io//convos/badge.svg)](https://snapcraft.io/convos)
[![Docker Status](https://github.com/convos-chat/convos/workflows/Docker%20Image%20CI/badge.svg?branch=main)](https://hub.docker.com/r/convos/convos)
[![Build Status](https://github.com/convos-chat/convos/workflows/Linux%20CI/badge.svg?branch=main)](https://github.com/convos-chat/convos/actions)
[![GitHub issues](https://img.shields.io/github/issues/convos-chat/convos)](https://github.com/convos-chat/convos/issues)

Expand Down Expand Up @@ -36,13 +35,15 @@ That's it! After the two commands above, you can point your browser to
You can use the command below to pull and run convos:

```bash
docker pull convos/convos:stable
docker pull ghcr.io/convos-chat/convos:alpha
mkdir -p $HOME/convos/data
docker run -it -p 8080:3000 -v $HOME/convos/data:/data convos/convos:stable
docker run -it -p 8080:3000 -v $HOME/convos/data:/data ghcr.io/convos-chat/convos:alpha
```

Note that [Nordaaker/convos](hub.docker.com/r/Nordaaker/convos/) will be around
for a while, but the new official image is "convos/convos".
Note that [Nordaaker/convos](hub.docker.com/r/Nordaaker/convos/) and
[convos/convos](https://hub.docker.com/r/convos/convos) will be around
for a while, but the new official image is now hosted at
[GitHub](https://github.com/convos-chat/convos/pkgs/container/convos).

## How to make a release

Expand Down

0 comments on commit 8e39b9b

Please sign in to comment.