go-ethereum/docker-compose.yml

9 lines
180 B
YAML

services:
jekyll:
image: jekyll/jekyll:latest
command: jekyll serve --watch --incremental
ports:
- 4000:4000
volumes:
- .:/srv/jekyll