7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2025-02-08 01:46:43 +00:00
web-ansol.org/docker-compose.yaml

10 lines
188 B
YAML
Raw Normal View History

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