Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/docker-compose.yml')
-rw-r--r--exampleSite/docker-compose.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/exampleSite/docker-compose.yml b/exampleSite/docker-compose.yml
index e5e71a9..f1b3cec 100644
--- a/exampleSite/docker-compose.yml
+++ b/exampleSite/docker-compose.yml
@@ -7,7 +7,12 @@ services:
UID: ${UID:-0}
GID: ${GID:-0}
working_dir: /techlog-simple/exampleSite
- command: hugo server --bind 0.0.0.0 --buildDrafts --themesDir="../.."
+ command: >
+ hugo server
+ --baseURL http://$BIND_IP_ADDR:1313
+ --bind 0.0.0.0
+ --buildDrafts
+ --themesDir="../.."
volumes:
- ../:/techlog-simple
ports: