1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-04 05:10:42 +00:00
notes/docker-compose.yml

15 lines
218 B
YAML
Raw Normal View History

version: "3.5"
services:
jekyll:
build:
context: ./
ports:
- 4000:4000
volumes:
- .:/usr/src/app
stdin_open: true
tty: true
command: bundle exec jekyll serve -H 0.0.0.0 -t