Skip to content

Commit

Permalink
Updating docker-compose commands with latest requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
PHeonix25 committed Jan 2, 2019
1 parent 6d36df9 commit bd24ad1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions _config.docker.yml
@@ -0,0 +1 @@
url: "http://localhost:4000"
14 changes: 9 additions & 5 deletions docker-compose.yml
@@ -1,7 +1,11 @@
jekyll:
version: '2'
services:
jekyll:
environment:
- JEKYLL_ENV=docker
command: jekyll serve --force_polling --watch --config _config.yml,_config.docker.yml
image: jekyll/jekyll:pages
command: jekyll serve --force_polling --incremental
ports:
- 4000:4000
volumes:
- .:/srv/jekyll
- .:/srv/jekyll
ports:
- 4000:4000

0 comments on commit bd24ad1

Please sign in to comment.