Skip to content

Commit

Permalink
3.0 (#1658)
Browse files Browse the repository at this point in the history
* Fixed fatal error, closes #1656
* Support usage of external database tools
  • Loading branch information
thorsten committed Mar 6, 2020
1 parent fe60f5f commit 733e9bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ services:
- MYSQL_DATABASE=phpmyfaq
- MYSQL_USER=phpmyfaq
- MYSQL_PASSWORD=phpmyfaq
- MYSQL_ROOT_HOST=%
ports:
- '3306:3306'
volumes:
- ./volumes/mariadb:/var/lib/mysql
postgres:
Expand Down

0 comments on commit 733e9bc

Please sign in to comment.