Move to a docker-compose setup
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
jekyll:
|
||||
image: jekyll/jekyll:4
|
||||
ports:
|
||||
- "4000:4000"
|
Reference in New Issue
Block a user