go-ethereum/docker-compose.yml
Sina Mahmoodi 6884134935
doc: add page on light clients (#24647)
* Add light client page

* Rm gemfile.lock

* add section on ulc

* update compose file syntax
2022-04-08 00:15:47 +02:00

9 lines
180 B
YAML

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