mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
7 lines
No EOL
155 B
YAML
7 lines
No EOL
155 B
YAML
jekyll:
|
|
image: jekyll/jekyll:latest
|
|
command: jekyll serve --watch --incremental
|
|
ports:
|
|
- 4000:4000
|
|
volumes:
|
|
- .:/srv/jekyll |