mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Fix mysql recipe
This commit is contained in:
parent
e131ddda97
commit
4b3da8a106
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export PHPBB_TEST_DBPASSWD=''
|
|||
export PHPBB_TEST_TABLE_PREFIX='phpbb_'
|
||||
export DOCKER_LINK='--link mysql:mysql'
|
||||
|
||||
function start {
|
||||
function start_db {
|
||||
cat <<EOL > /tmp/phpbb.cnf
|
||||
[mysqld]
|
||||
default-storage-engine=MyISAM
|
||||
|
|
Loading…
Add table
Reference in a new issue