Skip to content

Commit

Permalink
Use published image from fork of GH’s pages-gem
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mrmanc committed Sep 27, 2024
1 parent b55b7d8 commit 048168c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: "3"
services:
github-pages:
volumes:
- "$PWD/docs:/usr/src/app/"
ports:
- "4000:4000"
image: starefossen/github-pages
github-pages:
volumes:
- '${PWD}/docs/:/src/site/'
ports:
- '4000:4000'
image: markcrossfield/pages-gem:231-alpine

0 comments on commit 048168c

Please sign in to comment.