Skip to content
Snippets Groups Projects
Commit 9692d131 authored by renovatebot's avatar renovatebot
Browse files

Update mariadb Docker tag

parent 6d7205fc
No related branches found
No related tags found
1 merge request!103Update mariadb Docker tag
This commit is part of merge request !103. Comments created here will be created in the context of that merge request.
...@@ -37,7 +37,7 @@ services: ...@@ -37,7 +37,7 @@ services:
db: db:
image: mariadb:10.10.2 image: mariadb:11.2.2
restart: always restart: always
volumes: volumes:
- /srv/gitea/db/:/var/lib/mysql - /srv/gitea/db/:/var/lib/mysql
......
...@@ -5,7 +5,7 @@ services: ...@@ -5,7 +5,7 @@ services:
app: app:
image: mariadb:10.10.2 image: mariadb:11.2.2
restart: always restart: always
ports: ports:
- 127.0.0.1:3306:3306 - 127.0.0.1:3306:3306
......
...@@ -12,7 +12,7 @@ services: ...@@ -12,7 +12,7 @@ services:
mysql: mysql:
image: mariadb:11.1.2 image: mariadb:11.2.2
restart: always restart: always
volumes: volumes:
- /srv/nextcloud/db/:/var/lib/mysql - /srv/nextcloud/db/:/var/lib/mysql
......
...@@ -37,7 +37,7 @@ services: ...@@ -37,7 +37,7 @@ services:
# do not upgrade to 10.11.2 # do not upgrade to 10.11.2
db: db:
image: mariadb:10.5.13 image: mariadb:11.2.2
restart: always restart: always
volumes: volumes:
- /srv/hackmd/db:/var/lib/mysql - /srv/hackmd/db:/var/lib/mysql
......
...@@ -50,7 +50,7 @@ services: ...@@ -50,7 +50,7 @@ services:
db: db:
image: mariadb:10.7.1 image: mariadb:11.2.2
restart: always restart: always
ports: ports:
- "{{ int_ip4 }}:{{mysql_port}}:3306" - "{{ int_ip4 }}:{{mysql_port}}:3306"
......
...@@ -142,7 +142,7 @@ services: ...@@ -142,7 +142,7 @@ services:
# Optional mailu services: Database # Optional mailu services: Database
db: db:
image: mariadb:10.5 image: mariadb:11.2
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
restart: always restart: always
volumes: volumes:
......
...@@ -5,7 +5,7 @@ services: ...@@ -5,7 +5,7 @@ services:
db: db:
image: mariadb:10.7.1 image: mariadb:11.2.2
restart: always restart: always
volumes: volumes:
- /srv/wordpress/db/:/var/lib/mysql - /srv/wordpress/db/:/var/lib/mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment