diff --git a/docs/start/docker.md b/docs/start/docker.md index db7756c..afa7441 100644 --- a/docs/start/docker.md +++ b/docs/start/docker.md @@ -16,13 +16,12 @@ Docker images are available with the following tags: | --- | --- | | **inventree:stable** | The most recent *stable* release version of InvenTree | | **inventree:latest** | The most up-to-date *development* version of InvenTree. | -| **inventree:tag** | Specific tagged images are built for each tagged release of InvenTree | +| **inventree:_tag_** | Specific tagged images are built for each tagged release of InvenTree | ### Docker Compose InvenTree provides sample docker-compose files to get you up and running. -| Compose File | Target | Description | - A *production* compose file is intended to be used in a production environment, running the web server behind a nginx proxy. - A *development* compose file provides a simple way to spin up a development environment