oscarmlage.com/docker-compose.yml

22 lines
419 B
YAML
Raw Normal View History

2021-12-30 18:24:54 +00:00
version: "3.1"
services:
build:
# image: klakegg/hugo:0.88.0-ext-alpine
image: oscarmlage/hugo:0.88.0-ext-alpine
2022-03-31 18:17:19 +00:00
command: build
2021-12-30 18:24:54 +00:00
volumes:
- "${PWD}/src:/src"
serve:
# image: klakegg/hugo:0.88.0-ext-alpine
image: oscarmlage/hugo:0.88.0-ext-alpine
command: server -vv
2021-12-30 18:24:54 +00:00
volumes:
- "${PWD}/src:/src"
ports:
- 1313:1313
stdin_open: true # -i
tty: true # -t