From 9441d647a8b6682063d1ec7a8a8a0fdbf45183c2 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Thu, 27 Aug 2026 23:46:58 +0200 Subject: [PATCH] Fix: Formatiert Tabelle korrekt --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7298824..0e306a1 100644 --- a/README.md +++ b/README.md @@ -107,11 +107,11 @@ mirror-package sync --dry-run To persist configurations, tracked repository states, and logs across container restarts, mount the following container paths to host directories or Docker volumes: -| Container Path | Purpose | Recommended Mount Type | -|---|---|---| -| `/home/appuser/.config/mirror-package` | Stores `config.toml` (credentials & repository list) | Host Directory / Volume (rw) | -| `/home/appuser/.local/state/mirror-package` | Persistent application logs & state files | Host Directory / Volume (rw) | -| `/tmp` | Download & stream buffer for package binaries | `tmpfs` (RAM / tempfs, rw, noexec) | +| Container Path | Purpose | Recommended Mount Type | +|---------------------------------------------|------------------------------------------------------|------------------------------------| +| `/home/appuser/.config/mirror-package` | Stores `config.toml` (credentials & repository list) | Host Directory / Volume (rw) | +| `/home/appuser/.local/state/mirror-package` | Persistent application logs & state files | Host Directory / Volume (rw) | +| `/tmp` | Download & stream buffer for package binaries | `tmpfs` (RAM / tempfs, rw, noexec) | ### 3. Security Hardening