File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.7"
22
33services :
44 docs :
5- image : python:3.6
5+ image : python:3.7
66 command : sh -c "pip install -r requirements.txt && mkdocs serve -a 0.0.0.0:8000"
77 working_dir : /docs
88 volumes :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The root of the project contains a `docker-compose.yml` file. Simply run `docker
1515
1616### Using Python locally
1717
18- * Ensure that you have Python 3.6 .0 or higher.
18+ * Ensure that you have Python 3.7 .0 or higher.
1919* Set up a virtualenv and run ` pip install -r requirements.txt ` in the ` testcontainers-java ` root directory.
2020* Once Python dependencies have been installed, run ` mkdocs serve ` to start a local auto-updating MkDocs server.
2121
You can’t perform that action at this time.
0 commit comments