From aced59af637be872db64aefdc753a145bcf86593 Mon Sep 17 00:00:00 2001 From: Fang Yi Liu Date: Thu, 5 Sep 2024 18:05:15 -0700 Subject: [PATCH] use mkdocs:testing image This is local and contains an updated mkdocs that supports more types of validations. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index aa93d9bc..92a5f320 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: ports: - 5432:5432 mkdocs: - image: hackforlaops/mkdocs:latest + image: hackforlaops/mkdocs:testing command: mkdocs serve --dev-addr 0.0.0.0:8000 ports: - 8005:8000