registry/README.md
Marc Cataford 019188cd37
All checks were successful
/ test (push) Successful in 38s
feat: allow specifying image version when starting
2024-04-09 00:16:05 -04:00

17 lines
373 B
Markdown

# Registry
Private container registry to organize self-hosted services.
## Usage
To start or restart the container:
```bash
IMAGE_VERSION=<image tag> ./start.sh
```
## Setting up service credentials
The `container-registry_auth` volume is pre-seeded with an empty `htpasswd` file that will hold the credentials for registry users.
See `man htpasswd` for reference.