mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
* Add light client page * Rm gemfile.lock * add section on ulc * update compose file syntax
8 lines
180 B
YAML
8 lines
180 B
YAML
services:
|
|
jekyll:
|
|
image: jekyll/jekyll:latest
|
|
command: jekyll serve --watch --incremental
|
|
ports:
|
|
- 4000:4000
|
|
volumes:
|
|
- .:/srv/jekyll
|