fix: Update minimum Docker version (#217)
Required after #211. Fixes #213.
This commit is contained in:
parent
af2d805f32
commit
ce1d259834
@ -4,7 +4,7 @@ Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docke
|
||||
|
||||
## Requirements
|
||||
|
||||
* Docker 1.10.0+
|
||||
* Docker 17.05.0+
|
||||
* Compose 1.17.0+
|
||||
|
||||
## Minimum Hardware Requirements:
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
MIN_DOCKER_VERSION='1.10.0'
|
||||
MIN_DOCKER_VERSION='17.05.0'
|
||||
MIN_COMPOSE_VERSION='1.17.0'
|
||||
MIN_RAM=3072 # MB
|
||||
ENV_FILE='.env'
|
||||
|
Reference in New Issue
Block a user