Fix: Adding verbose options to hugo server command

remotes/oscarmlage/main
Óscar M. Lage 2022-01-18 22:51:28 +01:00
parent e21604434a
commit f1f86be032
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@ version: "3.1"
services: services:
build: build:
image: klakegg/hugo:0.88.0-alpine image: klakegg/hugo:0.88.0-ext-alpine
volumes: volumes:
- "${PWD}/src:/src" - "${PWD}/src:/src"
serve: serve:
image: klakegg/hugo:0.88.0-alpine image: klakegg/hugo:0.88.0-ext-alpine
command: server command: server -vv
volumes: volumes:
- "${PWD}/src:/src" - "${PWD}/src:/src"
ports: ports: