12 lines
233 B
YAML
12 lines
233 B
YAML
name: dev-site-hallofbrawl
|
|
services:
|
|
server:
|
|
image: hugomods/hugo:exts-non-root
|
|
command: server -D
|
|
userns_mode: keep-id
|
|
volumes:
|
|
- ./:/src:Z
|
|
- ./hugo_cache:/tmp/hugo_cache:Z
|
|
ports:
|
|
- 1313:1313
|