Skip to content

Commit

Permalink
fix live-reloading in docker (alshedivat#2022)
Browse files Browse the repository at this point in the history
Fix alshedivat#2021 : The webpage hosted by docker would not be automatically
reloaded because the port used for live-reloading (port 35729) is not
forwarded.
  • Loading branch information
wayne-tsai authored and yohai committed Jan 2, 2024
1 parent 22295af commit 19396b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ services:
build: .
ports:
- 8080:8080
- 35729:35729
volumes:
- .:/srv/jekyll

0 comments on commit 19396b4

Please sign in to comment.