

If set to true, remain on same page after clicked on Save button If set to true an alternative page layout is used utilizing full window width. If readOnly is true, components of writing are not visible. CRUD operations above this size will fail due to restrictions in body-parser. Used to configure maximum mongo update payload size. Sending an empty string will disable basic authentication. String used to sign the session ID cookie by express-session middleware.Įnable Basic Authentication. String used by cookie-parser middleware to sign cookies.

Remember to add the forward slash at the start. Remember to include a leading and trailing slash. Set the express baseUrl to ease mounting at a subdirectory. Send strings: "true" or "false".ĭatabase name (only needed if ENABLE_ADMIN is "false").ĭatabase username (only needed if ENABLE_ADMIN is "false").ĭatabase password (only needed if ENABLE_ADMIN is "false"). You can use the following environment variables to modify the container's configuration: administrator access. $ docker run -it -rm -p 8081:8081 -network some-network mongo-express View album for more screenshots: (server status, database views etc.)įor test or develop with the latest version you can install using this git repository: These screenshots are from version 0.30.40

