go-ethereum/docker-compose.yml

7 lines
155 B
YAML

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