summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGiovanni Condello <condellog@gmail.com>2022-08-13 10:33:40 +0200
committerSimone Bortolin <simonebortolin@users.noreply.github.com>2022-12-19 23:05:00 +0100
commitebbfebc4f2a801153cd4e1b551b558bbc3219a11 (patch)
tree982edee3b8a041bccc415bc5535cd02f6dc45670 /docker-compose.yml
parentUpdate ont-ZTE-F6005.md (diff)
downloadhack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.tar
hack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.tar.gz
hack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.tar.bz2
hack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.tar.lz
hack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.tar.xz
hack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.tar.zst
hack-gpon.github.io-ebbfebc4f2a801153cd4e1b551b558bbc3219a11.zip
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..8d23d0d
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,10 @@
+version: "3"
+
+services:
+ site:
+ command: jekyll serve --verbose --incremental --force_polling
+ image: jekyll/jekyll:latest
+ volumes:
+ - .:/srv/jekyll
+ ports:
+ - 4000:4000