From 6d98ee9c2aaec8bb86068e635f7e0ae506925b0a Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Wed, 18 Feb 2026 09:20:19 +1100 Subject: [PATCH] DOCS: migration Signed-off-by: jokob-sk --- docs/MIGRATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index 079b5a46..17757715 100755 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -215,7 +215,7 @@ services: ### 1.3 Migration from NetAlertX `v25.10.1` -Starting from v25.10.1, the container uses a [more secure, read-only runtime environment](./SECURITY_FEATURES.md), which requires all writable paths (e.g., logs, API cache, temporary data) to be mounted as `tmpfs` or permanent writable volumes, with sufficient access [permissions](./FILE_PERMISSIONS.md). The data location has also hanged from `/app/db` and `/app/config` to `/data/db` and `/data/config`. See detailed steps below. +Starting from `v25.10.1`, the container uses a [more secure, read-only runtime environment](./SECURITY_FEATURES.md), which requires all writable paths (e.g., logs, API cache, temporary data) to be mounted as `tmpfs` or permanent writable volumes, with sufficient access [permissions](./FILE_PERMISSIONS.md). The data location has also hanged from `/app/db` and `/app/config` to `/data/db` and `/data/config`. See detailed steps below. #### STEPS: @@ -248,7 +248,7 @@ services: services: netalertx: container_name: netalertx - image: "ghcr.io/jokob-sk/netalertx" # 🆕 This has changed + image: "ghcr.io/jokob-sk/netalertx:25.11.29" # 🆕 This has changed network_mode: "host" cap_drop: # 🆕 New line - ALL # 🆕 New line