Update mariadb Docker tag to v10.11
This commit is contained in:
parent
5fb605231d
commit
ba182c0a26
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ services:
|
|||
- /tmp
|
||||
|
||||
mariadb:
|
||||
image: mariadb:10.6
|
||||
image: mariadb:10.11
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/mariadb/nextcloud:/var/lib/mysql
|
||||
|
|
|
@ -24,7 +24,7 @@ services:
|
|||
- traefik
|
||||
|
||||
mariadb:
|
||||
image: mariadb:10.10
|
||||
image: mariadb:10.11
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
- MYSQL_DATABASE=yourls
|
||||
|
|
Loading…
Reference in a new issue