Skip to content

Commit

Permalink
Update docker_install.md (inventree#6723)
Browse files Browse the repository at this point in the history
* Update docker_install.md

Add note about external access

* Update docker_install.md
  • Loading branch information
SchrodingersGat authored Mar 15, 2024
1 parent a00d5ab commit 06c7ebf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/docs/start/docker_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| --- | --- |
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 06c7ebf

Please sign in to comment.