From aac1ea29c391bdbafd949e584b5feed68c33ea61 Mon Sep 17 00:00:00 2001 From: Andrea Di Cesare Date: Mon, 16 Sep 2024 15:24:50 +0200 Subject: [PATCH] Update setup-with-docker.adoc --- docs/setup-with-docker.adoc | 9 --------- 1 file changed, 9 deletions(-) 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