diff --git a/docs/install.md b/docs/install.md index 6075e70..6e8030e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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.