Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions roles/compose/files/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:

# MySQL database for mail
mysql_mail:
image: mysql:8.4
image: mysql:9.6
command: --mysql-native-password=ON
volumes:
- mysql_mail_data:/var/lib/mysql
Expand Down Expand Up @@ -625,7 +625,7 @@ services:

# WordPress services
mysql_wordpress_noerpel:
image: mysql:8.4
image: mysql:9.6
command: --mysql-native-password=ON
volumes:
- mysql_wordpress_noerpel_data:/var/lib/mysql
Expand Down
Loading