init
This commit is contained in:
10
docker-compose-dev.yaml
Normal file
10
docker-compose-dev.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: dev-site-dc-series
|
||||
services:
|
||||
server:
|
||||
image: hugomods/hugo:exts-non-root
|
||||
command: server -D
|
||||
volumes:
|
||||
- ./:/src
|
||||
- ~/hugo_cache:/tmp/hugo_cache
|
||||
ports:
|
||||
- 1313:1313
|
||||
Reference in New Issue
Block a user