From b7ebc8206fdc3fdbafaa0f8725ed277052c47654 Mon Sep 17 00:00:00 2001 From: Tanner Snow <53470063+Neutronlul@users.noreply.github.com> Date: Sat, 9 May 2026 16:47:32 -0700 Subject: [PATCH] Fix typo in docker installation documentation --- docs/DOCKER_INSTALLATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DOCKER_INSTALLATION.md b/docs/DOCKER_INSTALLATION.md index 1c03e998..70183b10 100644 --- a/docs/DOCKER_INSTALLATION.md +++ b/docs/DOCKER_INSTALLATION.md @@ -36,7 +36,7 @@ docker run -d --rm --network=host \ > Runtime UID/GID: The image defaults to a service user `netalertx` (UID/GID 20211). A separate readonly lock owner also uses UID/GID 20211 for 004/005 immutability. You can override the runtime UID/GID at build (ARG) or run (`--user` / compose `user:`) but must align writable mounts (`/data`, `/tmp*`) and tmpfs `uid/gid` to that choice. -See alternative [docked-compose examples](https://docs.netalertx.com/DOCKER_COMPOSE). +See alternative [docker-compose examples](https://docs.netalertx.com/DOCKER_COMPOSE). ### Default ports