Skip to content
Snippets Groups Projects
Commit 63b7f0da authored by Sabrina Mordini's avatar Sabrina Mordini Committed by Robert Butora
Browse files

Update README.md

parent 6f30f5bc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment