Skip to content

Commit 781ae2f

Browse files
authored
Merge pull request #1635 from Neutronlul/patch-1
Fix typo in docker installation documentation
2 parents 190262a + b7ebc82 commit 781ae2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/DOCKER_INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ docker run -d --rm --network=host \
3636

3737
> 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.
3838
39-
See alternative [docked-compose examples](https://docs.netalertx.com/DOCKER_COMPOSE).
39+
See alternative [docker-compose examples](https://docs.netalertx.com/DOCKER_COMPOSE).
4040

4141
### Default ports
4242

0 commit comments

Comments
 (0)