update readme

This commit is contained in:
2026-02-10 08:45:17 +01:00
parent c66a735cb6
commit f72882c6b9

View File

@@ -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 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 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 ### Standard configuration
start the container with `docker compose up -d` with the following `docker-compose.yml` : start the container with `docker compose up -d` with the following `docker-compose.yml` :
```yaml ```yaml
version: '3.3' version: '3.3'
services: services:
hyperionng: hyperionng:
image: git.claeyscloud.com/david/hyperion-docker image: git.claeyscloud.com/david/hyperion-docker