Fix warnings
This commit is contained in:
parent
94076c3c1c
commit
9a46ceb9ac
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ services:
|
|||
app:
|
||||
build: .
|
||||
working_dir: /blog
|
||||
command: hugo server -v --bind "0.0.0.0" --port 1313 --watch -t soho
|
||||
command: hugo server --logLevel info --bind "0.0.0.0" --port 1313 --watch -t soho
|
||||
ports:
|
||||
- "1313:1313"
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue