mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-10 17:20:32 +00:00
Update docker_install.md (#7061)
* Update docker_install.md Fix links to docker files * Fix link in RELEASE.md * Ignore some outgoing links
This commit is contained in:
@ -4,7 +4,7 @@ Checklist of steps to perform at each code release
|
|||||||
|
|
||||||
### Update Version String
|
### Update Version String
|
||||||
|
|
||||||
Update `INVENTREE_SW_VERSION` in [version.py](https://github.com/inventree/InvenTree/blob/master/InvenTree/InvenTree/version.py)
|
Update `INVENTREE_SW_VERSION` in [version.py](https://github.com/inventree/InvenTree/blob/0.14.x/InvenTree/InvenTree/version.py)
|
||||||
|
|
||||||
### Increment API Version
|
### Increment API Version
|
||||||
|
|
||||||
|
@ -31,9 +31,9 @@ The following files required for this setup are provided with the InvenTree sour
|
|||||||
|
|
||||||
| Filename | Description |
|
| Filename | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| [docker-compose.yml](https://github.com/inventree/InvenTree/blob/0.14.x/docker/docker-compose.yml) | The docker compose script |
|
| [docker-compose.yml](https://raw.githubusercontent.com/inventree/InvenTree/0.14.x/docker/docker-compose.yml) | The docker compose script |
|
||||||
| [.env](https://github.com/inventree/InvenTree/blob/0.14.x/docker/.env) | Environment variables |
|
| [.env](https://raw.githubusercontent.com/inventree/InvenTree/0.14.x/docker/.env)| Environment variables |
|
||||||
| [Caddyfile](https://github.com/inventree/InvenTree/blob/0.14.x/docker/Caddyfile) | Caddy configuration file |
|
| [Caddyfile](https://raw.githubusercontent.com/inventree/InvenTree/0.14.x/docker/Caddyfile) | Caddy configuration file |
|
||||||
|
|
||||||
Download these files to a directory on your local machine.
|
Download these files to a directory on your local machine.
|
||||||
|
|
||||||
|
@ -8,6 +8,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pattern": "http://127.0.0.1"
|
"pattern": "http://127.0.0.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "https://twitter.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "https://www.reddit.com"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user