Added docker-compose.yml
This commit is contained in:
parent
22c3befcb5
commit
5455158c1e
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
services:
|
||||
server:
|
||||
image: hugomods/hugo:latest
|
||||
command: hugo server
|
||||
volumes:
|
||||
- ./:/src
|
||||
ports:
|
||||
- 1313:1313
|
Loading…
x
Reference in New Issue
Block a user