We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd51ee commit 35e1829Copy full SHA for 35e1829
1 file changed
README.md
@@ -32,6 +32,10 @@ Easily share code and text.
32
- Clone
33
- Copy `config.template.toml` into `config.toml`
34
- The default config for database (and redis) should work Out of Box.
35
+ - Ensure you change the `host` key to `0.0.0.0` from `localhost`
36
+- Copy `.env.example` into `.env`
37
+ - The default config should work Out of Box
38
+ - The database container doesn't expose connections outside of the network, but for added security edit `.env` and change the password.
39
- Optionally in `core/server.py` set `ignore_localhost=` to `False` in the RateLimit Middleware for testing.
40
- Run `docker compose up -d` to start the services.
41
- If you want to use redis for session/limit handling, run with the redis profile: `docker compose --profile redis up -d`
0 commit comments