summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-02-10 23:59:13 +0100
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-02-10 23:59:13 +0100
commitf595a82a5a593254bae4c65870e3dc96297b208a (patch)
tree4779c67fc964fa33565c05f691ebfd23c2407583 /docker-compose.yml
parentb8c709e73559476677dfcd1c5ab4d33856d7c751 (diff)
Rename project
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index ffe233d..833aa58 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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