12 lines
199 B
YAML
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
|