Archived
Template
1
Fork 0
This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Vacy/docker-compose.yml

7 lines
114 B
YAML
Raw Permalink Normal View History

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