Skip to content

Commit f05fb7b

Browse files
authored
fix live-reloading in docker (#2022)
Fix cotes2020#2021 : The webpage hosted by docker would not be automatically reloaded because the port used for live-reloading (port 35729) is not forwarded.
1 parent fb294e3 commit f05fb7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ services:
66
build: .
77
ports:
88
- 8080:8080
9+
- 35729:35729
910
volumes:
1011
- .:/srv/jekyll

0 commit comments

Comments
 (0)