We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb9900 commit f724fc9Copy full SHA for f724fc9
docker-compose.yml
@@ -7,6 +7,6 @@ services:
7
# https://github.com/BretFisher/jekyll-serve/blob/2119a31476e1c6004a4bea4739b9160fc73e7bda/Dockerfile#L27C5-L27C94
8
command: [ "bundle", "exec", "jekyll", "serve", "--force_polling", "-H", "0.0.0.0", "-P", "4000", "--incremental" ]
9
volumes:
10
- - .:/site
+ - .:/site:Z
11
ports:
12
- '4000:4000'
0 commit comments