mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-12 21:33:02 +00:00
REL-0.9 Attach new mysql container versions
This commit is contained in:
parent
8052780520
commit
6d7908099d
0
.devilbox/etc/mariadb-10.3/.keepme
Normal file
0
.devilbox/etc/mariadb-10.3/.keepme
Normal file
1
.gitignore
vendored
1
.gitignore
vendored
@ -98,6 +98,7 @@ $RECYCLE.BIN/
|
||||
###### vim ######
|
||||
*.swp
|
||||
*.swo
|
||||
*.swn
|
||||
*~
|
||||
|
||||
###### TextMate ######
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user