1
0
404/compose.yml
2024-05-21 13:49:26 +09:00

11 lines
193 B
YAML

services:
jekyll_site:
image: jekyll/jekyll:4.2.0
command: ["jekyll", "serve"]
ports:
- 4000:4000
volumes:
- type: bind
source: .
target: /srv/jekyll