Skip to content

Commit

Permalink
Switch docs from docker to ghcr.io
Browse files Browse the repository at this point in the history
Due to rate-limiting and such, switching to Github Actions and Github
Container registry:

  docker pull ghcr.io/frab/frab:latest
  • Loading branch information
manno committed Oct 19, 2021
1 parent 0152635 commit c584974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.docker.md
Expand Up @@ -11,7 +11,7 @@ To download a pre-built docker image for frab from the [Docker Hub](https://hub.


```
docker pull frab/frab
docker pull ghcr.io/frab/frab:latest
```

## Building the Docker Image
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
frab:
image: frab/frab
image: ghcr.io/frab/frab:latest
build: .
container_name: frab_app
volumes:
Expand Down

0 comments on commit c584974

Please sign in to comment.