Slight change to start command

This commit is contained in:
Andrew Amason
2024-12-30 17:03:26 -05:00
parent 604e642615
commit 0134bf4312

View File

@@ -2,7 +2,7 @@ name: andrewamason.tech
services:
website:
image: ghcr.io/hugomods/hugo:latest
command: serve -D
command: server -D
volumes:
- nfs_hugo_src:/src
- nfs_hugo_cache:/tmp/hugo_cache