Files
pg-bkup/docs/docker-compose.yml
2024-08-03 00:49:14 +02:00

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