Fixed port from 4000 to 4001

This commit is contained in:
caubet_m 2019-10-22 11:44:52 +02:00
parent 1c3d69e59b
commit 126d6a79b6
2 changed files with 2 additions and 2 deletions

View File

@ -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"]

View File

@ -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: