vesper-ridge-wiki/docker-compose.local.yml

10 lines
295 B
YAML
Raw Normal View History

2024-04-22 16:36:51 -04:00
version: '3'
services:
jekyll:
image: jekyll/jekyll:latest
command: bash -c "gem install bundler -v 2.2.3 && bundle _2.2.3_ install && bundle exec jekyll serve --host 0.0.0.0 --no-watch"
restart: unless-stopped
volumes:
- .:/srv/jekyll:cached
ports:
- 4000:4000