diff --git a/README.md b/README.md index 71d6f2c..b82d169 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +[build-status-url]: https://travis-ci.com/getsentry/onpremise diff --git a/install.sh b/install.sh index 4d73730..c9fd564 100755 --- a/install.sh +++ b/install.sh @@ -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 "" \ No newline at end of file +echo ""