diff --git a/docker-compose.yml b/docker-compose.yml index a994ff6..a8789a8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,15 +1,7 @@ -# docker-compose definition for developing the site. -# -version: '3' services: jekyll: - build: . - image: arc42-site:latest + image: bretfisher/jekyll-serve volumes: - - .:/srv/jekyll - - ./vendor/bundle/:/usr/local/bundle + - .:/site ports: - - "4000:4000" - command: bundle exec jekyll serve --trace --host 0.0.0.0 --watch --incremental --config _config.yml - environment: - - JEKYLL_ENV=development + - '4000:4000' \ No newline at end of file