Default the installation of Docker to false.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-06-30 00:44:00 -04:00
parent 30957b24c4
commit bcf995b459

View File

@@ -1,7 +1,7 @@
#!/bin/sh
: ${VERBOSE:=false}
: ${INSTALL_DOCKER:=true}
: ${INSTALL_DOCKER:=false}
: ${DELETE_VOLUMES:=false}
: ${DATABASE_USER:=mayan}
: ${DATABASE_NAME:=mayan}