Fixed blank baseurl param problem with multiple configuration files
This commit is contained in:
parent
67e0345d47
commit
7f72dda5b7
6 changed files with 16 additions and 4 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
jekyll:
|
||||
image: jekyll/jekyll
|
||||
ports:
|
||||
- "4000:4000"
|
||||
command: /bin/bash -c 'PATH=$$PATH:/srv/jekyll/scripts; serve-lan'
|
||||
volumes:
|
||||
- .:/srv/jekyll
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue