We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01c871 commit 3d08afcCopy full SHA for 3d08afc
README.md
@@ -10,7 +10,7 @@ It also comes packaged in a Docker image for easy usage.
10
Just start the container with
11
12
```bash
13
-docker run --privileged --rm -p 80:80 --name odrive -it zauberzeug/odrive-gui:latest
+docker run --privileged -p 80:80 --name odrive -it zauberzeug/odrive-gui:latest
14
```
15
16
and access the interface at http://localhost/.
0 commit comments