14 lines
227 B
YAML
14 lines
227 B
YAML
name: andrewamason.tech
|
|
|
|
services:
|
|
server:
|
|
image: hugomods/hugo:base-non-root
|
|
command: server -D
|
|
volumes:
|
|
- ./:/src
|
|
- ~/hugo_cache:/tmp/hugo_cache
|
|
ports:
|
|
- 1313:1313
|
|
expose:
|
|
- 1313
|