We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e649efa + 8118814 commit 9a618faCopy full SHA for 9a618fa
README.md
@@ -50,7 +50,7 @@ Check out the difference between the minimal and full version [below](README##Ar
50
51
To deploy a minimal local instance:
52
- Put your networks in `./data/networks` (or upload them in the web interface)
53
-- Run `docker --user $(id -u):$(id -g) -p 8000:8000 -v $(pwd)/data:/app/data ghcr.io/pypsa/pypsa-app:latest`
+- Run `docker run --user $(id -u):$(id -g) -p 8000:8000 -v $(pwd)/data:/app/data ghcr.io/pypsa/pypsa-app:latest`
54
55
Open your browser at [`http://localhost:8000`](http://localhost:8000).
56
0 commit comments