REL-0.9 Attach new mysql container versions

This commit is contained in:
cytopia 2017-05-17 15:24:49 +02:00
parent 8052780520
commit 6d7908099d
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
3 changed files with 3 additions and 2 deletions

View File

1
.gitignore vendored
View File

@ -98,6 +98,7 @@ $RECYCLE.BIN/
###### vim ######
*.swp
*.swo
*.swn
*~
###### TextMate ######

View File

@ -254,8 +254,8 @@ services:
# DATABASE
# ----------------------------------------
mysql:
# TODO: remove latest, once it is ready for the next release
image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:latest
#image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:latest
image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:release-0.9
# Manually build via `docker-compose build`
#build: