Fix: Formatiert Tabelle korrekt
This commit is contained in:
@@ -108,7 +108,7 @@ 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:
|
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 |
|
| Container Path | Purpose | Recommended Mount Type |
|
||||||
|---|---|---|
|
|---------------------------------------------|------------------------------------------------------|------------------------------------|
|
||||||
| `/home/appuser/.config/mirror-package` | Stores `config.toml` (credentials & repository list) | Host Directory / Volume (rw) |
|
| `/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) |
|
| `/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) |
|
| `/tmp` | Download & stream buffer for package binaries | `tmpfs` (RAM / tempfs, rw, noexec) |
|
||||||
|
|||||||
Reference in New Issue
Block a user