14 lines
224 B
YAML
14 lines
224 B
YAML
version: '3'
|
|
|
|
services:
|
|
|
|
hugo:
|
|
image: monachus/hugo
|
|
volumes:
|
|
- .:/usr/share/blog
|
|
ports:
|
|
- "1313:1313"
|
|
tty: true
|
|
stdin_open: true
|
|
environment:
|
|
HUGO_BASE_URL: http://localhost:1313/
|