robertjohnson.work/docker-compose.yml

12 lines
254 B
YAML
Raw Normal View History

version: "3.8"
services:
jekyll:
image: jekyll/jekyll:3.8
command: jekyll serve --force_polling
ports:
- 4000:4000
volumes:
2023-01-19 13:42:52 -05:00
- .:/srv/jekyll
environment:
JEKYLL_UID: 1001
JEKYLL_GID: 1001