You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy the example docker-compose and fill it with your bot token. Change the default passwords to random strings.
110
-
You do not need to repeat the same configuration in `override.config.yml` - but you can still create one if you want. To use it, uncomment the proper lines
111
-
in your docker-compose:
108
+
Then, create a directory for the configuration, and copy the [example docker-compose](docker-compose.example.yml)
109
+
and fill it with your bot token. Change the default passwords to random strings.
110
+
111
+
You do not need to repeat the same configuration in `override.config.yml`, but you can still create one if you want
112
+
to override default settings.
113
+
To use it, uncomment the proper lines in your docker-compose:
112
114
113
115
```yaml
114
116
# uncomment and create file if you want to override any default settings
@@ -120,18 +122,18 @@ Then simply run `docker compose up -d`.
0 commit comments