docker-compose.yml 156 B

12345678910
  1. version: '2'
  2. services:
  3. jekyll:
  4. image: jekyll/jekyll:latest
  5. command: npm run start
  6. ports:
  7. - 4001:4001
  8. volumes:
  9. - .:/srv/jekyll