Added Docker run instructions and Docker Compose file
This commit is contained in:
parent
7f72dda5b7
commit
ab376edfd4
2 changed files with 14 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ services:
|
|||
image: jekyll/jekyll
|
||||
ports:
|
||||
- "4000:4000"
|
||||
command: /bin/bash -c 'PATH=$$PATH:/srv/jekyll/scripts; serve-lan'
|
||||
command: jekyll serve --watch --host "0.0.0.0" --config _config.yml,_config.dev.yml
|
||||
volumes:
|
||||
- .:/srv/jekyll
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue