This repository has been archived on 2025-04-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Vacy/docker-compose.yml

7 lines
114 B
YAML
Raw Normal View History

2025-01-25 00:33:01 -05:00
services:
jekyll:
image: bretfisher/jekyll-serve
volumes:
- .:/site
ports:
- '6075:4000'