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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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