Skip to content

Commit

Permalink
Commented out mariadb since docker osx workaround currently does not …
Browse files Browse the repository at this point in the history
…work for mariadb (MariaDB/mariadb-docker#30)
  • Loading branch information
motin committed Jan 7, 2016
1 parent 7813328 commit 8150660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stacks/debian-php-nginx.database/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ phpha:
- mailcatcher
- redisphpsessionhandler
- mysql
- mariadb
#- mariadb # Commented due to https://github.com/docker-library/mariadb/issues/30
- percona
- mongodb
volumes:
Expand Down Expand Up @@ -70,7 +70,7 @@ phpfiles:
- mailcatcher
- redisphpsessionhandler
- mysql
- mariadb
#- mariadb # Commented due to https://github.com/docker-library/mariadb/issues/30
- percona
- mongodb
volumes:
Expand Down Expand Up @@ -172,7 +172,7 @@ info:
- redisphpsessionhandler
- phpfiles
- mysql
- mariadb
#- mariadb # Commented due to https://github.com/docker-library/mariadb/issues/30
- percona
- mongodb
- mailcatcher
Expand Down

0 comments on commit 8150660

Please sign in to comment.