diff --git a/docs/docs/start/docker_install.md b/docs/docs/start/docker_install.md index 28c787da67..36cd804c76 100644 --- a/docs/docs/start/docker_install.md +++ b/docs/docs/start/docker_install.md @@ -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.