Skip to content

Commit d43b977

Browse files
authored
Fixed consistency in the two docker commands (Nold360#5)
* Fixed consistency in the two docker commands (accidentally closed previous repo) * Update README.md Fixed typo
1 parent 75382d5 commit d43b977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Because our gs-server resides inside a docker container, grab-site must also be
99

1010
### Start The Grab-Site Server
1111
```
12-
docker run -d --rm -p29000:29000 -v /path/to/data:/data --name grab-site nold360/grab-site
12+
docker run -d --rm -p29000:29000 -v /path/to/data:/data --name grab-site-container nold360/grab-site
1313
```
1414

1515
### Grab A Site

0 commit comments

Comments
 (0)