We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1afba commit 4e7fc6bCopy full SHA for 4e7fc6b
2 files changed
README.md
@@ -22,7 +22,7 @@ This is very much a work in progress. Please feel free to join the [discussion](
22
./run.sh
23
```
24
25
-Then open <http://localhost:8080/people.dataverse.org/>
+Then open <http://localhost:7000/people.dataverse.org/>
26
27
## Refresh the bundled snapshot
28
run.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-docker run -p 8080:80 \
+docker run -p 7000:80 \
3
-v ./nginx.conf:/etc/nginx/nginx.conf \
4
-v ./404.html:/usr/share/nginx/html/404.html \
5
-v "$(pwd)/:/usr/share/nginx/html" \
0 commit comments