Skip to content

Commit

Permalink
Update docker_install.md (#7061)
Browse files Browse the repository at this point in the history
* Update docker_install.md

Fix links to docker files

* Fix link in RELEASE.md

* Ignore some outgoing links
  • Loading branch information
SchrodingersGat authored Apr 17, 2024
1 parent f80b116 commit b32f081
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Checklist of steps to perform at each code release

### 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

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/start/docker_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ The following files required for this setup are provided with the InvenTree sour

| Filename | Description |
| --- | --- |
| [docker-compose.yml](https://github.com/inventree/InvenTree/blob/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 |
| [Caddyfile](https://github.com/inventree/InvenTree/blob/0.14.x/docker/Caddyfile) | Caddy configuration file |
| [docker-compose.yml](https://raw.githubusercontent.com/inventree/InvenTree/0.14.x/docker/docker-compose.yml) | The docker compose script |
| [.env](https://raw.githubusercontent.com/inventree/InvenTree/0.14.x/docker/.env)| Environment variables |
| [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.

Expand Down
6 changes: 6 additions & 0 deletions docs/mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
},
{
"pattern": "http://127.0.0.1"
},
{
"pattern": "https://twitter.com"
},
{
"pattern": "https://www.reddit.com"
}
]
}

0 comments on commit b32f081

Please sign in to comment.