Files
aliasvault/docs/docker-compose.yml
Leendert de Borst 7ce253e93d Update docs (#402)
2024-11-22 00:40:41 +01:00

13 lines
350 B
YAML

services:
jekyll:
build: .
volumes:
- .:/srv/jekyll
ports:
- "4000:4000"
command: bundle exec jekyll serve --host 0.0.0.0 --watch --force_polling --livereload
environment:
- JEKYLL_ENV=development
- JEKYLL_NO_CACHE=true
- DISABLE_DISK_CACHE=true