mirror of
https://github.com/safing/web
synced 2025-09-04 03:59:03 +00:00
Add docker-compose for easy local deployment
This commit is contained in:
parent
e930a99c94
commit
1dd9957586
1 changed files with 9 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# to start the server just run
|
||||||
|
# docker-compose up
|
||||||
|
jekyll:
|
||||||
|
image: jekyll/jekyll
|
||||||
|
command: jekyll serve --watch --incremental
|
||||||
|
ports:
|
||||||
|
- 4000:4000
|
||||||
|
volumes:
|
||||||
|
- .:/srv/jekyll
|
Loading…
Add table
Reference in a new issue