Files
blog/compose.yml
2025-08-14 16:49:47 -03:00

11 lines
215 B
YAML

services:
hugo-blog:
image: hugomods/hugo:exts
# command: server -D
command: hugo server -D --ignoreCache
volumes:
- ./:/src
- ./hugo_cache:/tmp/hugo_cache
ports:
- 1313:1313