Skip to content

Commit

Permalink
hotfix: change mariadb version to 11.2, it is recommended by flyway.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoMeireles55 committed Jan 26, 2025
1 parent 64dc4b9 commit 9367e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mariadb:
image: mariadb:latest
image: mariadb:11.2
restart: always
environment:
MARIADB_DATABASE: ${DB_DATABASE}
Expand All @@ -14,7 +14,7 @@ services:
- qualitylab-net

quality-lab-pro:
restart: on-failure
restart: always
image: leonardomeireles55/quality-lab-pro-back-end:latest
working_dir: /usr/src/app
container_name: quality-lab-pro
Expand Down

0 comments on commit 9367e28

Please sign in to comment.