fix: Update minimum Docker version (#217)
Required after #211. Fixes #213.
This commit is contained in:
		@@ -4,7 +4,7 @@ Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docke
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Requirements
 | 
					## Requirements
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 * Docker 1.10.0+
 | 
					 * Docker 17.05.0+
 | 
				
			||||||
 * Compose 1.17.0+
 | 
					 * Compose 1.17.0+
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Minimum Hardware Requirements:
 | 
					## 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-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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
set -e
 | 
					set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
MIN_DOCKER_VERSION='1.10.0'
 | 
					MIN_DOCKER_VERSION='17.05.0'
 | 
				
			||||||
MIN_COMPOSE_VERSION='1.17.0'
 | 
					MIN_COMPOSE_VERSION='1.17.0'
 | 
				
			||||||
MIN_RAM=3072 # MB
 | 
					MIN_RAM=3072 # MB
 | 
				
			||||||
ENV_FILE='.env'
 | 
					ENV_FILE='.env'
 | 
				
			||||||
@@ -90,4 +90,4 @@ echo "----------------"
 | 
				
			|||||||
echo "You're all done! Run the following command get Sentry running:"
 | 
					echo "You're all done! Run the following command get Sentry running:"
 | 
				
			||||||
echo ""
 | 
					echo ""
 | 
				
			||||||
echo "  docker-compose up -d"
 | 
					echo "  docker-compose up -d"
 | 
				
			||||||
echo ""
 | 
					echo ""
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user