Add docker-compose

This commit is contained in:
MG-5 2023-10-16 03:36:36 +02:00
parent a84103e4d6
commit ea741a1ade

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
version: "2"
services:
jekyll:
image: jekyll/jekyll:4
command: jekyll serve -l
ports:
- 4000:4000
- 35729:35729
volumes:
- .:/srv/jekyll