Homepage/docker-compose.yml
themelm 9eb0dacd1c
All checks were successful
Auto Pull / deploy (push) Successful in 4s
add HBbootsrap and encode modules
2025-05-25 00:58:34 -07:00

12 lines
199 B
YAML

name: mysite
services:
server:
image: ghcr.io/hugomods/hugo:exts-0.140.2
command: server -D
volumes:
- ./:/src
- ~/hugo_cache:/tmp/hugo_cache
ports:
- 1313:1313