diff --git a/examples/with-mysql/docker-compose.yml b/examples/with-mysql/docker-compose.yml index e1b0318..d077471 100644 --- a/examples/with-mysql/docker-compose.yml +++ b/examples/with-mysql/docker-compose.yml @@ -32,7 +32,7 @@ services: - external-pod mysql: - image: library/mariadb:latest + image: mysql:latest environment: MYSQL_DATABASE: "dolibarr" MYSQL_USER: "dolibarr"