mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
Fix mysql recipe
This commit is contained in:
parent
73c621bb5a
commit
e15c4027d4
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ EOL
|
||||||
--env MYSQL_ALLOW_EMPTY_PASSWORD='yes' \
|
--env MYSQL_ALLOW_EMPTY_PASSWORD='yes' \
|
||||||
mysql
|
mysql
|
||||||
|
|
||||||
docker run --rm --link mysql_test:mysql waisbrot/wait
|
docker run --rm --link mysql:mysql waisbrot/wait
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue