Update docker-compose.yml

update mariab image tag
This commit is contained in:
LRVT
2023-02-19 18:26:00 +01:00
committed by GitHub
parent f430565936
commit 83db409163

View File

@@ -2,7 +2,7 @@ version: '3.3'
services: services:
wordpress-db: wordpress-db:
image: mariadb:10.6.4-focal image: mariadb:10.11
container_name: wordpress-db container_name: wordpress-db
hostname: wordpress-db hostname: wordpress-db
command: '--default-authentication-plugin=mysql_native_password' command: '--default-authentication-plugin=mysql_native_password'