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 name: andrewamason.tech
services: services:
website: website:
image: ghcr.io/hugomods/hugo:latest image: hugomods/hugo:exts-non-root
command: serve -D command: server -D
volumes: volumes:
- nfs_hugo_src:/src - nfs_hugo_src:/src
- nfs_hugo_cache:/tmp/hugo_cache - nfs_hugo_cache:/tmp/hugo_cache