rf-web/docker-compose.yml
2022-05-30 10:48:34 +02:00

11 lines
183 B
YAML

version: '3'
services:
jekyll:
container_name: jekyll
image: jekyll/jekyll:latest
ports:
- 4000:4000
volumes:
- .:/srv/jekyll:Z"
command: yarn start