diff --git a/integration_tests/docker-compose.yml b/integration_tests/docker-compose.yml index a74862b81..ea3728ec4 100644 --- a/integration_tests/docker-compose.yml +++ b/integration_tests/docker-compose.yml @@ -12,7 +12,6 @@ services: environment: MYSQL_ALLOW_EMPTY_PASSWORD: "yes" MYSQL_DATABASE: "flagr" - MYSQL_USER: "root" mysql8: image: mysql:8 @@ -20,7 +19,6 @@ services: environment: MYSQL_ALLOW_EMPTY_PASSWORD: "yes" MYSQL_DATABASE: "flagr" - MYSQL_USER: "root" postgres: image: postgres:9