From f72882c6b94857046df19b452153c1234e4bd7b3 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Tue, 10 Feb 2026 08:45:17 +0100 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ee2d7c..121b60b 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,17 @@ The image has the following characteristics: 4. It disables network segmentation so that by default you don't have to use special network settings 5. Runs hyperiond service as non-root user. Default UID:GID are 1000:1000 but they can be easily changed through environment variables +A mirror of this repository can be found in [github](https://github.com/davidclaeysquinones/hyperion-docker). +The image is distributed in the following container regestries : + - [gitea](https://git.claeyscloud.com/david/-/packages/container/hyperion-docker/latest) + - [github](https://github.com/davidclaeysquinones/hyperion-docker/pkgs/container/hyperion-docker) + - [Docker hub](https://hub.docker.com/repository/docker/davidquinonescl/hyperion-docker/general) + ### Standard configuration start the container with `docker compose up -d` with the following `docker-compose.yml` : ```yaml version: '3.3' - services: hyperionng: image: git.claeyscloud.com/david/hyperion-docker