This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch 6
in repository 
https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git

commit 6cb9742c923e0ff4f2516ebac24130912911af7a
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Apr 22 10:28:33 2024 +0200

    Fixes #6
---
 README.md          | 4 ++--
 docker-compose.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 708f97e..52e4bc6 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ To build and run server locally type 'jekyll serve'. The site 
can then be access
 You can build the website for local testing by running
 
 ```bash
-docker compose up local -d
+docker compose up local
 ```
 
 
@@ -21,7 +21,7 @@ This website uses the typical ASF layout. The actual website 
is found on the bra
 You can run
 
 ```bash
-docker compose up build -d
+docker compose up build
 ```
 
 which will create a folder `_site`. This is the content, which needs to be 
copied afterwards to the `asf-site` branch.
diff --git a/docker-compose.yml b/docker-compose.yml
index 83e05ca..f7127a5 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -6,7 +6,7 @@ services:
       - .:/srv/jekyll
     ports:
       - "4000:4000"
-    command: jekyll serve --watch --force_polling -config config-local.yml
+    command: jekyll serve --watch --force_polling -config _config-local.yml
 
   build:
     image: jekyll/jekyll:latest

Reply via email to