adjusting starting command again

This commit is contained in:
Andrew Amason
2024-12-30 16:54:39 -05:00
parent 02a900070e
commit e47ec06d03

View File

@@ -2,7 +2,7 @@ name: andrewamason.tech
services: services:
website: website:
image: cgr.dev/chainguard/hugo:latest 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: volumes:
- nfs_hugo_src:/src - nfs_hugo_src:/src
- nfs_hugo_cache:/tmp/hugo_cache - nfs_hugo_cache:/tmp/hugo_cache