Skip to content

Commit

Permalink
Merge pull request #618 from gzm0/no-expose-dev-port
Browse files Browse the repository at this point in the history
Do not expose generated dev docker site to the internet
  • Loading branch information
sjrd authored Sep 23, 2023
2 parents 272eaba + 2fd22e9 commit ecd7c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ services:
jekyll:
build: .
ports:
- '4000:4000'
- '127.0.0.1:4000:4000'
volumes:
- .:/srv/jekyll:ro

0 comments on commit ecd7c34

Please sign in to comment.