Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 authored and MorrisJobke committed Oct 18, 2016
1 parent 9c3f066 commit d294ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function execute_tests {
if [ "$DB" == "mysqlmb4" ] ; then
echo "Fire up the mysql docker"
DOCKER_CONTAINER_ID=$(docker run \
-v tests/docker/mysqlmb4:/etc/mysql/conf.d \
-v $BASEDIR/tests/docker/mysqlmb4:/etc/mysql/conf.d \
-e MYSQL_ROOT_PASSWORD=owncloud \
-e MYSQL_USER="$DATABASEUSER" \
-e MYSQL_PASSWORD=owncloud \
Expand Down

0 comments on commit d294ef2

Please sign in to comment.