Skip to content

Commit

Permalink
Merge pull request sproogen#179 from AdrienPoupa/patch-1
Browse files Browse the repository at this point in the history
fix: Specify Jekyll version in Docker compose
  • Loading branch information
sproogen committed Apr 5, 2023
2 parents f811871 + f42191f commit 8901c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: '3'

services:
jekyll:
image: jekyll/jekyll
image: jekyll/jekyll:3.8
container_name: modern-resume-theme
command: jekyll serve --watch --force_polling --verbose
ports:
- 4000:4000
- 35729:35729
volumes:
- ./:/srv/jekyll
- ./:/srv/jekyll

0 comments on commit 8901c8b

Please sign in to comment.