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 f8a2e48 commit 49dbeabCopy full SHA for 49dbeab
README.md
@@ -4,7 +4,7 @@ Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docke
4
5
## Requirements
6
7
- * Docker 19.03.12+
+ * Docker 19.03.8+
8
* Compose 1.24.1+
9
10
## Minimum Hardware Requirements:
install.sh
@@ -11,7 +11,7 @@ dcr="$dc run --rm"
11
log_file="sentry_install_log-`date +'%Y-%m-%d_%H-%M-%S'`.txt"
12
exec &> >(tee -a "$log_file")
13
14
-MIN_DOCKER_VERSION='19.03.12'
+MIN_DOCKER_VERSION='19.03.8'
15
MIN_COMPOSE_VERSION='1.24.1'
16
MIN_RAM=2400 # MB
17
0 commit comments