From 048168cde1d43c17eb0ae8b4e5b7d6de79c25598 Mon Sep 17 00:00:00 2001 From: Mark Crossfield Date: Fri, 27 Sep 2024 17:40:30 +0100 Subject: [PATCH] =?UTF-8?q?Use=20published=20image=20from=20fork=20of=20GH?= =?UTF-8?q?=E2=80=99s=20pages-gem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is more up to date than starefossen/github-pages, and doesn’t have any issues with Rosetta (see Starefossen/docker-github-pages/issues/74) --- docker-compose.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index dccc4ed..d87c817 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,7 @@ -version: "3" services: - github-pages: - volumes: - - "$PWD/docs:/usr/src/app/" - ports: - - "4000:4000" - image: starefossen/github-pages \ No newline at end of file + github-pages: + volumes: + - '${PWD}/docs/:/src/site/' + ports: + - '4000:4000' + image: markcrossfield/pages-gem:231-alpine \ No newline at end of file