wantsum/docker-compose.yml
Alexandre Vicenzi f595a82a5a Rename project
2020-02-10 23:59:13 +01:00

11 lines
400 B
YAML

version: '3'
services:
app:
build: .
working_dir: /go/src/github.com/alexandrevicenzi/soho/hugoBasicExample
command: hugo server -v --bind "0.0.0.0" --port 1313 --watch -t soho
ports:
- "1313:1313"
volumes:
- ./hugoBasicExample:/go/src/github.com/alexandrevicenzi/soho/hugoBasicExample
- .:/go/src/github.com/alexandrevicenzi/soho/hugoBasicExample/themes/soho