mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-02 15:40:57 +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 ######
|
###### vim ######
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
*.swn
|
||||||
*~
|
*~
|
||||||
|
|
||||||
###### TextMate ######
|
###### TextMate ######
|
||||||
|
@ -254,8 +254,8 @@ services:
|
|||||||
# DATABASE
|
# DATABASE
|
||||||
# ----------------------------------------
|
# ----------------------------------------
|
||||||
mysql:
|
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`
|
# Manually build via `docker-compose build`
|
||||||
#build:
|
#build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user