Commit f485bb45 authored by Romain Loth's avatar Romain Loth

install: mapping our srv folders by name to avoid any unrelated files the user...

install: mapping our srv folders by name to avoid any unrelated files the user could have in his /srv
parent 430c4b86
......@@ -2,7 +2,9 @@
sudo docker run \
--name=gargamelle_box \
-v /srv/:/srv/\
-v /srv/gargantext:/srv/gargantext \
-v /srv/gargandata:/srv/gargandata \
-v /srv/gargantext_lib:/srv/gargantext_lib \
-p 8000:8000 \
-p 5432 \
-it gargamelle:latest \
......
......@@ -76,7 +76,9 @@ echo ':::: CONFIGURE ::::'
sudo docker run \
--name=gargamelle_box \
-v /srv/:/srv/ \
-v /srv/gargantext:/srv/gargantext \
-v /srv/gargandata:/srv/gargandata \
-v /srv/gargantext_lib:/srv/gargantext_lib \
-p 8000:8000 \
-p 5432 \
-it gargamelle:latest \
......
......@@ -2,7 +2,9 @@
sudo docker run \
--name=gargamelle_box \
-v /srv/:/srv/\
-v /srv/gargantext:/srv/gargantext \
-v /srv/gargandata:/srv/gargandata \
-v /srv/gargantext_lib:/srv/gargantext_lib \
-p 8000:8000 \
-p 5432 \
-it gargamelle:latest \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment