add docker compose file

This commit is contained in:
Pim Kunis 2022-10-02 17:35:40 +02:00
parent 7a3c41ab50
commit 4288332841

8
docker-compose.yaml Normal file
View file

@ -0,0 +1,8 @@
services:
hugo:
image: klakegg/hugo:0.101.0
command: server
volumes:
- ".:/src"
ports:
- "1313:1313"