File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11services :
22 docs :
3- image : python:3.8
3+ image : python:3.8-alpine
44 command : sh -c "pip install -r requirements.txt && mkdocs serve -a 0.0.0.0:8000"
55 working_dir : /docs
66 volumes :
77 - ./:/docs
88 ports :
9- - 8000:8000
9+ - 8000:8000
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ We publish our documentation using Netlify.
1616* Once Python dependencies have been installed, run ` mkdocs serve ` to start a local auto-updating MkDocs server.
1717
1818### Using Docker
19- The root of the project contains a ` compose.yml ` file. Simply run ` docker compose up ` and then access the docs at http://localhost:8000 .
19+
20+ The root of the project contains a ` compose.yml ` file. Simply run ` docker compose up ` and access the docs at: ` http://localhost:8000 ` .
2021
2122### PR preview deployments
2223
You can’t perform that action at this time.
0 commit comments