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
2 changed files with 4 additions and 4 deletions

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 ""