safing-web/docker-compose.yml

13 lines
253 B
YAML
Raw Normal View History

# to start the server just run
# docker-compose up
2023-04-27 15:08:42 +02:00
services:
jekyll:
2023-08-07 11:44:26 +02:00
image: jekyll/jekyll:4
2023-04-27 15:08:42 +02:00
command: jekyll serve --watch --incremental --livereload --future
ports:
- 4000:4000
- 35729:35729
volumes:
- .:/srv/jekyll