docs: Revert "update proxy section with correct env vars"

This reverts commit 1c9bbee3

Those env vars already get set by the startup script given PROXY
This commit is contained in:
Geoff Bourne
2019-11-26 08:56:29 -06:00
parent 1c9bbee3b3
commit b401873298
2 changed files with 20 additions and 2 deletions

View File

@@ -1038,9 +1038,11 @@ For some cases, if e.g. after removing mods, it could be necessary to startup mi
### HTTP Proxy
You may configure the use of an HTTP/HTTPS proxy by passing the proxy's URL via the `HTTPS_PROXY` and `HTTP_PROXY` environment variables.
You may configure the use of an HTTP/HTTPS proxy by passing the proxy's URL via the `PROXY`
environment variable. In [the example compose file](docker-compose-proxied.yml) it references
a companion squid proxy by setting the equivalent of
-e HTTPS_PROXY=proxy:3128
-e PROXY=proxy:3128
### Using "noconsole" option

View File

@@ -0,0 +1,16 @@
version: '3'
services:
mc:
# build: .
image: itzg/minecraft-server
ports:
- 25565:25565
environment:
EULA: "TRUE"
# TYPE: SPIGOT
# VERSION: 1.11.2
PROXY: proxy:3128
proxy:
image: sameersbn/squid