This commit is contained in:
tom whiston 2018-05-22 17:25:35 +00:00
parent 0182c12750
commit 97671acff7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: '2'
services:
mysql:
image: mysql
image: mysql:5.6
environment:
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
MYSQL_DATABASE: semaphore

View File

@ -4,7 +4,7 @@ version: '2'
services:
mysql:
image: mysql
image: mysql:5.6
hostname: mysql
environment:
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'