From 4889b852be87396252b137b1b88968b49a3b5738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Tr=C3=A1vn=C3=ADk?= Date: Fri, 2 Jan 2026 10:38:25 +0100 Subject: [PATCH] fix: remove startup import type from README --- README.md | 2 +- examples/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1eb51ada..2a50def6 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/examples/README.md b/examples/README.md index 0ae69c9a..97511a94 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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