Skip to content
Snippets Groups Projects
Commit e4204a16 authored by Welter, Felix's avatar Welter, Felix
Browse files

Remove user specifics from README.

parent b49ddc8d
Branches
No related tags found
No related merge requests found
...@@ -11,9 +11,9 @@ nginx or another webserver to ensure SSL encryption (see below for instructions) ...@@ -11,9 +11,9 @@ nginx or another webserver to ensure SSL encryption (see below for instructions)
``` ```
sudo docker run -p 8080:5000 \ sudo docker run -p 8080:5000 \
-v /home/felix/slide-index/img_cache:/app/img_cache \ -v /home/<YOURUSER>/slide-index/img_cache:/app/img_cache \
-v /home/felix/slide-index/index:/app/index \ -v /home/<YOURUSER>/slide-index/index:/app/index \
-v /home/felix/slide-index/slides:/app/slides \ -v /home/<YOURUSER>/slide-index/slides:/app/slides \
-dit \ -dit \
fwelter/wilps_slide_index:<VERSION_NUMBER> fwelter/wilps_slide_index:<VERSION_NUMBER>
``` ```
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment