mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2025-02-01 06:51:59 +00:00
10 lines
188 B
YAML
10 lines
188 B
YAML
services:
|
|
hugo:
|
|
image: hugomods/hugo:git-non-root-0.140.2
|
|
command: server -D
|
|
volumes:
|
|
- .:/src
|
|
- ~/.cache/hugo_cache:/tmp/hugo_cache
|
|
ports:
|
|
- 1313:1313
|