Set travis docker version to 1.10.3 (#616)

Fix typo in README.md
This commit is contained in:
jekkos
2016-06-11 20:29:24 +02:00
parent b7f54c0366
commit facc25eb74
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ services:
env:
global:
- DOCKER_VERSION=1.7.1 # Install Docker version 1.7.1
- DOCKER_VERSION=1.10.3 # Install Docker version 1.10.3
- DOCKER_COMPOSE_VERSION=1.7.1
- DOCKER_VERSION=get.docker.com # Install Docker using get.docker.com (may break)

View File

@@ -65,7 +65,7 @@ From now on ospos can be deployed using Docker on Linux, Mac or Windows. This se
To build and run the image, issue following commands in a terminal with docker installed
docker-compose build
docker-commpose up
docker-compose up

View File

@@ -23,7 +23,7 @@ services:
- MYSQL_HOST_NAME=mysql
mysql:
image: mysql:5.7
image: mysql:5.6
environment:
- MYSQL_ROOT_PASSWORD=pointofsale
- MYSQL_DATABASE=ospos