Skip to content

Commit

Permalink
Fix links in docs (#6954)
Browse files Browse the repository at this point in the history
* Fix links

* Fix another link
  • Loading branch information
SchrodingersGat authored Apr 4, 2024
1 parent 2ea82e1 commit d08a6ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/start/docker_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ 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/):
The following files required for this setup are provided with the InvenTree source, located in the `/contrib/container/` directory of the [InvenTree source code](https://github.com/inventree/InvenTree/tree/master/contrib/container/):

| Filename | Description |
| --- | --- |
| [docker-compose.yml](https://github.com/inventree/InvenTree/blob/master/docker/docker-compose.yml) | The docker compose script |
| [.env](https://github.com/inventree/InvenTree/blob/master/docker/.env) | Environment variables |
| [Caddyfile](https://github.com/inventree/InvenTree/blob/master/docker/Caddyfile) | Caddy configuration file |
| [docker-compose.yml](https://github.com/inventree/InvenTree/blob/master/contrib/container/docker-compose.yml) | The docker compose script |
| [.env](https://github.com/inventree/InvenTree/blob/master/contrib/container/.env) | Environment variables |
| [Caddyfile](https://github.com/inventree/InvenTree/blob/master/contrib/container/Caddyfile) | Caddy configuration file |

Download these files to a directory on your local machine.

Expand Down

0 comments on commit d08a6ad

Please sign in to comment.