diff --git a/docs/setup-with-docker.adoc b/docs/setup-with-docker.adoc index 0b81bd52..6a452967 100644 --- a/docs/setup-with-docker.adoc +++ b/docs/setup-with-docker.adoc @@ -23,15 +23,6 @@ TIP: Watch link:https://www.youtube.com/watch?v=dzggm7Wp2fU&t=206s[Docker / Dock When you run RESTHeart in standalone mode, it switches to a different default configuration that turns off all plugins that rely on MongoDB. This means you won't have access to the handy built-in features that make RESTHeart so great. But don't worry, you'll still be able to play with it and add your own custom plugins. -[.text-muted] -On OSX and Windows: - -[source,bash] -$ docker run -p 8080:8080 -e RHO="/fileRealmAuthenticator/users[userid='admin']/password->'secret';/http-listener/host->'0.0.0.0'" softinstigate/restheart -s - -[.text-muted] -On Linux - [source,bash] $ docker run -p 8080:8080 -e RHO="/fileRealmAuthenticator/users[userid='admin']/password->'secret';/http-listener/host->'0.0.0.0'" softinstigate/restheart -s