mirror of
https://github.com/brockar/blog.git
synced 2026-01-11 14:30:58 -03:00
11 lines
215 B
YAML
11 lines
215 B
YAML
services:
|
|
hugo-blog:
|
|
image: hugomods/hugo:exts
|
|
# command: server -D
|
|
command: hugo server -D --ignoreCache
|
|
volumes:
|
|
- ./:/src
|
|
- ./hugo_cache:/tmp/hugo_cache
|
|
ports:
|
|
- 1313:1313
|