Added docker-compose.yml

This commit is contained in:
Stella⋆˚✿˖° 2025-01-26 17:18:09 +01:00
parent 22c3befcb5
commit 5455158c1e

8
docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
services:
server:
image: hugomods/hugo:latest
command: hugo server
volumes:
- ./:/src
ports:
- 1313:1313