Skip to content

Commit

Permalink
Merge pull request #392 from tigergraph/JosephNewmanTG-patch-7
Browse files Browse the repository at this point in the history
Update docker.adoc
  • Loading branch information
JosephNewmanTG committed Nov 22, 2023
2 parents cf5e3d5 + 8bfa392 commit 218c61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/getting-started/pages/docker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $ docker run -d \ <1>
--name tigergraph \ <3>
--ulimit nofile=1000000:1000000 \ <4>
-v ~/data:/home/tigergraph/mydata \ <5>
-v tg-data:/home/tigergraph <6> \
-v tg-data:/home/tigergraph \ <6>
-t \ <7>
tigergraph/tigergraph:latest <8>
----
Expand Down Expand Up @@ -210,4 +210,4 @@ in a browser on your host OS.
[source,console]
----
$ gsql version
----
----

0 comments on commit 218c61b

Please sign in to comment.