mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 13:43:47 +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:
|
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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user