From cdb0f2373cb4cb8a90c3225a99a2e6a2303c2b3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 10:07:33 +1100 Subject: [PATCH] Update docker_install.md (#6723) (#6724) * Update docker_install.md Add note about external access * Update docker_install.md (cherry picked from commit 06c7ebfc21938ccbedc468324e3c66b8f451b277) Co-authored-by: Oliver --- docs/docs/start/docker_install.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/start/docker_install.md b/docs/docs/start/docker_install.md index 85506622da..28c787da67 100644 --- a/docs/docs/start/docker_install.md +++ b/docs/docs/start/docker_install.md @@ -27,7 +27,7 @@ The following guide provides a streamlined production InvenTree installation, wi ### Required Files -The following files required for this setup are provided with the InvenTree source, located in the `./docker/` directory of the [InvenTree source code](https://github.com/inventree/InvenTree/tree/master/docker/production): +The following files required for this setup are provided with the InvenTree source, located in the `./docker/` directory of the [InvenTree source code](https://github.com/inventree/InvenTree/tree/master/docker/): | Filename | Description | | --- | --- | @@ -109,6 +109,9 @@ This command launches the following containers: !!! success "Up and Running!" You should now be able to view the InvenTree login screen at [http://inventree.localhost](http://inventree.localhost) (or whatever custom domain you have configured in the `.env` file). +!!! tip "External Access" + Note that `http://inventree.localhost` will only be available from the machine you are running the code on. To make it accessible externally, change `INVENTREE_SITE_URL` to a host address which can be accessed by other computers on your network. + ## Updating InvenTree To update your InvenTree installation to the latest version, follow these steps: