add docker compose file
This commit is contained in:
parent
7a3c41ab50
commit
4288332841
1 changed files with 8 additions and 0 deletions
8
docker-compose.yaml
Normal file
8
docker-compose.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
services:
|
||||||
|
hugo:
|
||||||
|
image: klakegg/hugo:0.101.0
|
||||||
|
command: server
|
||||||
|
volumes:
|
||||||
|
- ".:/src"
|
||||||
|
ports:
|
||||||
|
- "1313:1313"
|
Reference in a new issue