change to image again

This commit is contained in:
Andrew Amason
2024-12-30 16:58:33 -05:00
parent 57e5f52b9e
commit 604e642615

View File

@@ -1,8 +1,8 @@
name: andrewamason.tech name: andrewamason.tech
services: services:
website: website:
image: cgr.dev/chainguard/hugo:latest image: ghcr.io/hugomods/hugo:latest
command: serve --bind 0.0.0.0 --port 8080 --contentDir /src --cacheDir /tmp/hugo_cache command: serve -D
volumes: volumes:
- nfs_hugo_src:/src - nfs_hugo_src:/src
- nfs_hugo_cache:/tmp/hugo_cache - nfs_hugo_cache:/tmp/hugo_cache