1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-03 14:10:41 +00:00
notes/docker-compose.yml
2020-07-28 17:31:49 +03:00

15 lines
218 B
YAML

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