specify src & cache directories
This commit is contained in:
@@ -2,7 +2,7 @@ name: andrewamason.tech
|
||||
services:
|
||||
website:
|
||||
image: cgr.dev/chainguard/hugo:latest
|
||||
command: serve --bind 0.0.0.0 --port 8080 -c /src/config.toml
|
||||
command: serve --bind 0.0.0.0 --port 8080 --contentDir /src --cacheDir /tmp/hugo_cache
|
||||
volumes:
|
||||
- nfs_hugo_src:/src
|
||||
- nfs_hugo_cache:/tmp/hugo_cache
|
||||
|
||||
Reference in New Issue
Block a user