2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 02:05:29 +00:00

Simplify docker development setup guide

This commit is contained in:
Oliver Walters
2022-04-20 23:49:08 +10:00
parent 323ee32de6
commit f20b87af60
3 changed files with 56 additions and 90 deletions

View File

@ -59,10 +59,10 @@ By default, the InvenTree container expects the `INVENTREE_SECRET_KEY_FILE` to e
With these basics in mind, refer to the following installation guides:
### Development Server
Refer to the [docker development server setup guide](./docker_dev.md) for instructions on configuring a development server using docker.
### Production Server
Refer to the [docker production server setup guide](./docker_prod.md) for instructions on configuring a production server using docker.
### Development Server
Refer to the [docker development server setup guide](./docker_dev.md) for instructions on configuring a development server using docker.