1
0
404/compose.yml

11 lines
193 B
YAML
Raw Normal View History

2024-05-21 04:18:56 +00:00
services:
2024-05-21 04:49:26 +00:00
jekyll_site:
image: jekyll/jekyll:4.2.0
command: ["jekyll", "serve"]
2024-05-21 04:18:56 +00:00
ports:
- 4000:4000
2024-05-21 04:49:26 +00:00
volumes:
- type: bind
source: .
target: /srv/jekyll