diff --git a/exampleSite/.forestry/settings.yml b/exampleSite/.forestry/settings.yml index dbc5744..3c2b2a0 100644 --- a/exampleSite/.forestry/settings.yml +++ b/exampleSite/.forestry/settings.yml @@ -32,5 +32,6 @@ build: preview_docker_image: forestryio/hugo:latest mount_path: "/srv" working_dir: "/srv" - instant_preview_command: hugo server -D -E -F --renderToDisk -d public + instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk + -d public version: 0.71.1