Skip to content

Commit

Permalink
fix port in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Jul 29, 2022
1 parent 0fd6c6c commit 41cc354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It also comes packaged in a Docker image for easy usage.
Just start the container with

```bash
docker run --privileged -p 80:80 --name odrive -it zauberzeug/odrive-gui:latest
docker run --privileged -p 80:8080 --name odrive -it zauberzeug/odrive-gui:latest
```

and access the interface at http://localhost/.
Expand Down

0 comments on commit 41cc354

Please sign in to comment.