fix: remove startup import type from README

This commit is contained in:
Jakub Trávník 2026-01-02 10:38:25 +01:00
parent 04cbb58559
commit 4889b852be
2 changed files with 2 additions and 2 deletions

View file

@ -104,7 +104,7 @@ See [examples/README.md](examples/README.md) for runnable, copy/paste-friendly e
### Config file import (Infrastructure as Code)
If you want Zerobyte to create volumes, repositories, schedules, notification destinations, and an initial user from a JSON file on startup, check the following example:
If you want Zerobyte to create volumes, repositories, schedules, notification destinations, and an initial user from a JSON file, check the following example:
- [examples/config-file-import/README.md](examples/config-file-import/README.md)

View file

@ -11,7 +11,7 @@ This folder contains runnable, copy/paste-friendly examples for running Zerobyte
- [Bind-mount a local directory](directory-bind-mount/README.md) — back up a host folder by mounting it into the container.
- [Mount an rclone config](rclone-config-mount/README.md) — use rclone-based repository backends by mounting your rclone config.
- [Secret placeholders + Docker secrets](secrets-placeholders/README.md) — keep secrets out of the DB using `env://...` and `file://...` references.
- [Config file import (Infrastructure as Code)](config-file-import/README.md) — pre-configure volumes/repos/schedules/users on startup.
- [Config file import (Infrastructure as Code)](config-file-import/README.md) — pre-configure volumes/repos/schedules/users from json file.
### Advanced setups