Update mariadb Docker tag to v11
This commit is contained in:
parent
621e65b920
commit
996ec96ac9
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ services:
|
|||
- /tmp
|
||||
|
||||
mariadb:
|
||||
image: mariadb:10.6
|
||||
image: mariadb:11.5
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/mariadb/nextcloud:/var/lib/mysql
|
||||
|
|
|
@ -22,7 +22,7 @@ services:
|
|||
- traefik
|
||||
|
||||
mariadb:
|
||||
image: mariadb:10.10
|
||||
image: mariadb:11.5
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
- MYSQL_DATABASE=yourls
|
||||
|
|
Loading…
Reference in a new issue