Skip to content
Snippets Groups Projects
Commit 6ca8aaca authored by Renovate Bot's avatar Renovate Bot
Browse files

chore(deps): update mysql docker tag to v8

parent 85795af3
No related branches found
No related tags found
3 merge requests!73Deploy Openshift v2,!65MEP: removed Meilisearch,!24chore(deps): update mysql docker tag to v8
Pipeline #52533 passed
version: '3.7' version: '3.7'
services: services:
database-agent: database-agent:
image: mysql:5 image: mysql:8
networks: networks:
backoffice: backoffice:
restart: always restart: always
......
...@@ -2,7 +2,7 @@ version: '3.1' ...@@ -2,7 +2,7 @@ version: '3.1'
services: services:
database: database:
image: mysql:5 image: mysql:8
healthcheck: healthcheck:
test: mysqladmin ping -h 127.0.0.1 -u root --password=$$MYSQL_ROOT_PASSWORD test: mysqladmin ping -h 127.0.0.1 -u root --password=$$MYSQL_ROOT_PASSWORD
interval: 5s interval: 5s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment