Skip to content

Commit 73b25b5

Browse files
Allow future posts in local setup (#20)
1 parent f539bad commit 73b25b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2'
33
services:
44
jekyll:
55
image: jekyll/jekyll:latest
6-
command: jekyll serve --watch --force_polling --verbose
6+
command: jekyll serve --watch --force_polling --verbose --future
77
ports:
88
- 4000:4000
99
volumes:

0 commit comments

Comments
 (0)