Skip to content

Commit

Permalink
Update default mariadb version
Browse files Browse the repository at this point in the history
This is usually overwritten by the .env file

#413
  • Loading branch information
physikerwelt authored Nov 3, 2023
1 parent 95ef7a0 commit 8214d99
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
Expand Up @@ -192,7 +192,7 @@ services:
GOOGLE_OPENID_SECRET: ${GOOGLE_OPENID_SECRET}

mysql:
image: "${MYSQL_IMAGE_NAME:-mariadb:10.3}"
image: "${MYSQL_IMAGE_NAME:-mariadb:10.6}"
container_name: mardi-mysql
restart: unless-stopped
volumes:
Expand All @@ -210,7 +210,7 @@ services:
- mysql.svc

mysql-repl:
image: "${MYSQL_IMAGE_NAME:-mariadb:10.3}"
image: "${MYSQL_IMAGE_NAME:-mariadb:10.6}"
container_name: mardi-mysql-repl
restart: unless-stopped
volumes:
Expand Down

0 comments on commit 8214d99

Please sign in to comment.