Update docker-compose.yml
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2cd9cb1dfe
commit
b6a49cce0b
|
@ -1,8 +1,10 @@
|
|||
jekyll:
|
||||
image: jekyll/jekyll:latest
|
||||
command: jekyll serve --livereload --livereload-port 35729
|
||||
ports:
|
||||
- 4000:4000
|
||||
- 35729:35729
|
||||
volumes:
|
||||
- .:/srv/jekyll
|
||||
version: "3"
|
||||
services:
|
||||
jekyll:
|
||||
image: jekyll/builder:latest
|
||||
command: jekyll serve --livereload --livereload-port 35729
|
||||
ports:
|
||||
- 4000:4000
|
||||
- 35729:35729
|
||||
volumes:
|
||||
- .:/srv/jekyll
|
||||
|
|
Loading…
Reference in a new issue