From 636b1b56eab1334a5b4d5fd7f4b36e435a71b709 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Mon, 5 Jul 2021 01:11:54 -0700 Subject: [PATCH] Addressed reverse proxy --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d57b7ea..67e4b96 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,8 @@ After you've created the empty directories, you can map them into the container It is recommended that you use a host directory mapping if you are going to auto-load homebrew, as the tools for copying files into and out of Docker-managed volumes are more limited. Since this container uses the developer version of the 5eTools server files, homebrew auto-loading is enabled by default. You can configure the homebrew auto-loading as described on the [wiki page](https://wiki.5e.tools/index.php/5eTools_Install_Guide). ## Updating the container -Because this image is built on the auto-updater script, updating the container is very simple. Restart the container with `docker restart 5etools-docker`. When it restarts, the container will automatically check for an update and automatically download it before starting. \ No newline at end of file +Because this image is built on the auto-updater script, updating the container is very simple. Restart the container with `docker restart 5etools-docker`. When it restarts, the container will automatically check for an update and automatically download it before starting. + +## Integrating a reverse proxy +Supporting integration of a reverse proxy is beyond the scope of this guide. +However, any instructions which work for the base httpd (Apache) image, should also work for this, as it is minimally different. \ No newline at end of file