Skip to content

Commit

Permalink
chore: update readme for ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko authored Feb 5, 2022
1 parent cee1a6f commit 8d9444d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 📥 Discord Channel Exporter API
[![License](https://img.shields.io/github/license/fyko/export-api)](https://github.com/fyko/export-api/blob/master/LICENSE.md)
[![Test](https://github.com/Fyko/export-api/workflows/Test/badge.svg)](https://github.com/Fyko/export-api/actions?query=workflow%3ATest)
[![Docker Pulls](https://img.shields.io/docker/pulls/fyko/export-api)](https://hub.docker.com/r/fyko/export-api)
[![Docker Pulls](https://img.shields.io/badge/-Docker%20Image-grey?logo=docker)](https://github.com/Fyko/export-api/pkgs/container/export-api)
[![Ko-fi Donate](https://img.shields.io/badge/kofi-donate-brightgreen.svg?label=Donate%20with%20Ko-fi&logo=ko-fi&colorB=F16061&link=https://ko-fi.com/carterh&logoColor=FFFFFF)](https://ko-fi.com/carterh)
An API to create HTML exports of Discord text-channels

Expand All @@ -14,13 +14,13 @@ The Export API can be found on the [Docker Hub](https://hub.docker.com/) at [`fy

#### Using the Docker Image
```sh
docker run -p yourport:80 --rm -it fyko/export-api
docker run -p yourport:80 --rm -it ghcr.io/fyko/export-api
```
or within Compose
```yaml
services:
exportapi:
image: fyko/export-api
image: ghcr.io/fyko/export-api
ports:
- "yourport:80"
expose:
Expand Down

0 comments on commit 8d9444d

Please sign in to comment.