diff --git a/compose.yaml b/compose.yaml index 12eb052..842ada5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ name: andrewamason.tech services: website: image: cgr.dev/chainguard/hugo:latest - command: server -D -c /src + command: serve --bind 0.0.0.0 --port 8080 -c /src/config.toml volumes: - nfs_hugo_src:/src - nfs_hugo_cache:/tmp/hugo_cache