From e202239e66f50a53aa4f823ea17910f74cc61293 Mon Sep 17 00:00:00 2001 From: Spencer <147558174+Chiyonofuji@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:35:16 -0600 Subject: [PATCH] Update link to example compose file for HTTP Proxy config (#3949) --- docs/configuration/misc-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/misc-options.md b/docs/configuration/misc-options.md index 2e03c1d7..f9676d10 100644 --- a/docs/configuration/misc-options.md +++ b/docs/configuration/misc-options.md @@ -166,7 +166,7 @@ such as: ## HTTP Proxy -You may configure the use of an HTTP/HTTPS proxy by passing the proxy's "host:port" via the environment variable `PROXY`. In [the example compose file](https://github.com/itzg/docker-minecraft-server/blob/master/examples/docker-compose-proxied.yml) it references a Squid proxy. The host and port can be separately passed via the environment variables `PROXY_HOST` and `PROXY_PORT`. A `|` delimited list of hosts to exclude from proxying can be passed via `PROXY_NON_PROXY_HOSTS`. +You may configure the use of an HTTP/HTTPS proxy by passing the proxy's "host:port" via the environment variable `PROXY`. In [the example compose file](https://github.com/itzg/docker-minecraft-server/blob/master/examples/proxied/compose.yml) it references a Squid proxy. The host and port can be separately passed via the environment variables `PROXY_HOST` and `PROXY_PORT`. A `|` delimited list of hosts to exclude from proxying can be passed via `PROXY_NON_PROXY_HOSTS`. ## Using "noconsole" option