Fixed port from 4000 to 4001
This commit is contained in:
parent
1c3d69e59b
commit
126d6a79b6
@ -8,7 +8,7 @@ RUN bundle install
|
||||
FROM jekyll/jekyll
|
||||
|
||||
VOLUME /src
|
||||
EXPOSE 4000
|
||||
EXPOSE 4001
|
||||
|
||||
WORKDIR /src
|
||||
ENTRYPOINT ["jekyll", "serve", "--livereload", "-H", "0.0.0.0"]
|
||||
|
@ -30,7 +30,7 @@ google_analytics:
|
||||
host: 127.0.0.1
|
||||
# the preview server used. Leave as is.
|
||||
|
||||
port: 4000
|
||||
port: 4001
|
||||
# the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006.
|
||||
|
||||
exclude:
|
||||
|
Loading…
x
Reference in New Issue
Block a user