From a4419a2cb22083f6d9f1835734df0c5bbbf4c8b1 Mon Sep 17 00:00:00 2001 From: Christine Di Bella Date: Wed, 12 Feb 2025 16:44:03 -0500 Subject: [PATCH] Update docker.md very small typo found while I was following these instructions --- src/content/docs/administration/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/administration/docker.md b/src/content/docs/administration/docker.md index d34f1e7..bac3680 100644 --- a/src/content/docs/administration/docker.md +++ b/src/content/docs/administration/docker.md @@ -129,4 +129,4 @@ The Docker configuration package includes a mechanism that will perform periodic ## Proxy Configuration -The Docker configuraiton package includes an `nginx` based proxy that is by default binding on port 80 of the host machine (see `NGINX_PORT` variable in `.env` file). See `proxy-config/default.conf` and the [nginx docker page](https://hub.docker.com/_/nginx) for more configuration options. +The Docker configuration package includes an `nginx` based proxy that is by default binding on port 80 of the host machine (see `NGINX_PORT` variable in `.env` file). See `proxy-config/default.conf` and the [nginx docker page](https://hub.docker.com/_/nginx) for more configuration options.