Skip to content

Commit 8118814

Browse files
fix docker command in readme
1 parent e649efa commit 8118814

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
@@ -50,7 +50,7 @@ Check out the difference between the minimal and full version [below](README##Ar
5050

5151
To deploy a minimal local instance:
5252
- 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`
53+
- Run `docker run --user $(id -u):$(id -g) -p 8000:8000 -v $(pwd)/data:/app/data ghcr.io/pypsa/pypsa-app:latest`
5454

5555
Open your browser at [`http://localhost:8000`](http://localhost:8000).
5656

0 commit comments

Comments
 (0)