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
2025-01-25 00:33:01 -05:00

7 lines
No EOL
114 B
YAML

services:
jekyll:
image: bretfisher/jekyll-serve
volumes:
- .:/site
ports:
- '6075:4000'