From 63b7f0dabf1f79120c54c47acf9e9804bef2b290 Mon Sep 17 00:00:00 2001
From: Sabrina Mordini <sabrina.mordini@inaf.it>
Date: Tue, 27 Sep 2022 11:09:58 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 12522f7..3d786c1 100644
--- a/README.md
+++ b/README.md
@@ -65,8 +65,8 @@ run the container it suffices a command like
     podman run -dt \
         --name sedmod-test \
         --rm \
-        -v $PWD/sed-data:/sed-data \
-        -v $PWD/wsgi-scripts:/var/www/wsgi-scripts \
+        -v $PWD/sed-data:/sed-data:z \
+        -v $PWD/wsgi-scripts:/var/www/wsgi-scripts:z \
         -p 8080:80 vlkb-sedmods
 
 where the name is optional and of your choice and the left-hand side of
@@ -119,7 +119,7 @@ it, one can launch them attaching to the running container with
 and within it run
 
     python -m Pyro4.naming &
-		python query_server_d.py &
+		python query-server_d.py &
 
 After that, on can exit the shell and the daemon-based service should be
 reachable at
-- 
GitLab