Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew Amason 77755ee525 tweak to image 2024-12-30 17:03:28 -05:00
Andrew Amason 0134bf4312 Slight change to start command 2024-12-30 17:03:26 -05:00
+2 -2
View File
@@ -1,8 +1,8 @@
name: andrewamason.tech
services:
website:
image: ghcr.io/hugomods/hugo:latest
command: serve -D
image: hugomods/hugo:exts-non-root
command: server -D
volumes:
- nfs_hugo_src:/src
- nfs_hugo_cache:/tmp/hugo_cache