Skip to content

Commit

Permalink
Update setup-with-docker.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang authored Sep 16, 2024
1 parent b7e08a4 commit aac1ea2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/setup-with-docker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aac1ea2

Please sign in to comment.