go-ethereum/docker-compose.yml

7 lines
155 B
YAML
Raw Normal View History

2019-08-26 06:46:24 -05:00
jekyll:
image: jekyll/jekyll:latest
command: jekyll serve --watch --incremental
ports:
- 4000:4000
volumes:
- .:/srv/jekyll