Rename project
This commit is contained in:
parent
b8c709e735
commit
f595a82a5a
5 changed files with 17 additions and 17 deletions
|
@ -2,10 +2,10 @@ version: '3'
|
|||
services:
|
||||
app:
|
||||
build: .
|
||||
working_dir: /go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample
|
||||
command: hugo server -v --bind "0.0.0.0" --port 1313 --watch -t lanyon
|
||||
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/lanyon/hugoBasicExample
|
||||
- .:/go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample/themes/lanyon
|
||||
- ./hugoBasicExample:/go/src/github.com/alexandrevicenzi/soho/hugoBasicExample
|
||||
- .:/go/src/github.com/alexandrevicenzi/soho/hugoBasicExample/themes/soho
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue