Use version 2 in docker-compose.yml

Version 3 is not actually required, so let's specify a lower version
to make it easier for folks running older distros.

Change-Id: I62df1f2add273f82a3818206b07a1ed125664654
This commit is contained in:
James E. Blair 2019-04-29 18:08:54 -06:00
parent e4f7facf54
commit e2f5c24c2c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
version: '3'
version: '2'
services:
mysql:
image: "mysql:latest"