2
0

fix: Update minimum Docker version (#217)

Required after #211. Fixes #213.
This commit is contained in:
Burak Yigit Kaya 2019-07-17 22:13:23 +03:00 committed by GitHub
parent af2d805f32
commit ce1d259834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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:
@ -51,4 +51,4 @@ docker-compose up -d # Recreate the services
[build-status-image]: https://api.travis-ci.com/getsentry/onpremise.svg?branch=master
[build-status-url]: https://travis-ci.com/getsentry/onpremise
[build-status-url]: https://travis-ci.com/getsentry/onpremise

View File

@ -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'
@ -90,4 +90,4 @@ echo "----------------"
echo "You're all done! Run the following command get Sentry running:"
echo ""
echo " docker-compose up -d"
echo ""
echo ""