Putting Jekyll site files under revision control
This commit is contained in:
16
docker-compose.yml
Executable file
16
docker-compose.yml
Executable file
@@ -0,0 +1,16 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
jekyll:
|
||||
image: jekyll/jekyll:latest
|
||||
command: jekyll serve --watch --force_polling --verbose
|
||||
ports:
|
||||
- 4000:4000
|
||||
volumes:
|
||||
- ./jekyll:/srv/jekyll
|
||||
environment:
|
||||
- TZ=Asia/Jerusalem
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
default:
|
||||
name: gerbil_network
|
||||
Reference in New Issue
Block a user