Skip to content

Commit

Permalink
install: change docker image instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
brambg committed Oct 30, 2024
1 parent 6a8a3d6 commit 28b357f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ The config file `config.yml` has some values that can be overridden by setting `

## Using docker image

Currently, the docker image is only available from the firewalled registry.diginfra.net repo:
Docker images are available from registry.ghcr.io:

- Run the docker image, with the required [`AR_` environment variables](#Configuring):

`docker run -p 8080:8080 registry.diginfra.net/tt/annorepo`
`docker run -p 8080:8080 registry.ghcr.io/knaw-huc/annorepo-server:v0.6.3`

- Alternatively, check the [docker-compose.yml example](../k8s/local/docker-compose.yml) to run mongodb + annorepo using
docker-compose.
Expand Down

0 comments on commit 28b357f

Please sign in to comment.