From 28b357ffdc7b42f449bb1123c8ddb5c5a1eb2fb3 Mon Sep 17 00:00:00 2001 From: Bram Buitendijk Date: Wed, 30 Oct 2024 15:24:20 +0100 Subject: [PATCH] install: change docker image instructions --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 6075e706..6e8030eb 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.