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 chertianser committed Aug 8, 2024
1 parent f8d16e9 commit fa6ae2c
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 fa6ae2c

Please sign in to comment.