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
docs: Update README with several improvements (#695)
- Change minimal Docker version to the one in `install.sh`
- Add an extra link to the documentation
- Change the existing link to point to the correct one.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docke
4
4
5
5
## Requirements
6
6
7
-
* Docker 19.03.8+
7
+
* Docker 19.03.6+
8
8
* Compose 1.24.1+
9
9
10
10
## Minimum Hardware Requirements:
@@ -59,9 +59,11 @@ The included `install.sh` script is meant to be idempotent and to bring you to t
59
59
60
60
Also make sure to check for any difference between the example config files and your current config files in use. There might be new configuration that has to be added to your adjusted files. E.g. feature flags or server configuration.
61
61
62
+
For more information regarding updating your Sentry installation, please visit [our documentation](https://develop.sentry.dev/self-hosted/#upgrading).
0 commit comments