mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 23:37:06 +00:00
Update docker-compose.yml
update mariab image tag
This commit is contained in:
parent
f430565936
commit
83db409163
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user