From 9206827fc24a05812609394a8810b2a02d11d60b Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Sat, 30 Sep 2023 21:12:14 +0100 Subject: Remove expired links from docs --- docs/docker-compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/docker-compose.yml (limited to 'docs/docker-compose.yml') diff --git a/docs/docker-compose.yml b/docs/docker-compose.yml new file mode 100644 index 00000000..70aed44d --- /dev/null +++ b/docs/docker-compose.yml @@ -0,0 +1,8 @@ +services: + jekyll: + build: + context: . + volumes: + - "./:/app" + ports: + - "4000:4000" \ No newline at end of file -- cgit v1.2.3-70-g09d2