Skip to content

Commit 8901c8b

Browse files
authored
Merge pull request #179 from AdrienPoupa/patch-1
fix: Specify Jekyll version in Docker compose
2 parents f811871 + f42191f commit 8901c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ version: '3'
22

33
services:
44
jekyll:
5-
image: jekyll/jekyll
5+
image: jekyll/jekyll:3.8
66
container_name: modern-resume-theme
77
command: jekyll serve --watch --force_polling --verbose
88
ports:
99
- 4000:4000
1010
- 35729:35729
1111
volumes:
12-
- ./:/srv/jekyll
12+
- ./:/srv/jekyll

0 commit comments

Comments
 (0)