mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-06 13:39:41 +01:00
13 lines
248 B
YAML
13 lines
248 B
YAML
services:
|
|
jekyll:
|
|
build:
|
|
context: ./
|
|
ports:
|
|
- 4000:4000
|
|
environment:
|
|
- JEKYLL_ENV=development
|
|
volumes:
|
|
- .:/usr/src/app
|
|
stdin_open: true
|
|
tty: true
|
|
command: bundle exec jekyll serve -H 0.0.0.0 -t |