Skip to content

Commit 8150660

Browse files
committed
Commented out mariadb since docker osx workaround currently does not work for mariadb (MariaDB/mariadb-docker#30)
1 parent 7813328 commit 8150660

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stacks/debian-php-nginx.database/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ phpha:
3737
- mailcatcher
3838
- redisphpsessionhandler
3939
- mysql
40-
- mariadb
40+
#- mariadb # Commented due to https://github.com/docker-library/mariadb/issues/30
4141
- percona
4242
- mongodb
4343
volumes:
@@ -70,7 +70,7 @@ phpfiles:
7070
- mailcatcher
7171
- redisphpsessionhandler
7272
- mysql
73-
- mariadb
73+
#- mariadb # Commented due to https://github.com/docker-library/mariadb/issues/30
7474
- percona
7575
- mongodb
7676
volumes:
@@ -172,7 +172,7 @@ info:
172172
- redisphpsessionhandler
173173
- phpfiles
174174
- mysql
175-
- mariadb
175+
#- mariadb # Commented due to https://github.com/docker-library/mariadb/issues/30
176176
- percona
177177
- mongodb
178178
- mailcatcher

0 commit comments

Comments
 (0)