mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-13 03:47:56 +01:00
Update mariadb version
This commit is contained in:
parent
4f57d2f200
commit
68a7655172
3 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@
|
|||
- name: db
|
||||
docker_container:
|
||||
name: pdns-mariadb
|
||||
image: mariadb:10.10
|
||||
image: mariadb:10.11
|
||||
pull: true
|
||||
state: '{{ c_state }}'
|
||||
networks_cli_compatible: true
|
||||
|
|
|
@ -10,7 +10,7 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
mariadb:
|
||||
image: mariadb:10.10
|
||||
image: mariadb:10.11
|
||||
networks:
|
||||
pdns:
|
||||
aliases:
|
||||
|
|
|
@ -27,7 +27,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mariadb-pdns
|
||||
image: mariadb:10.10
|
||||
image: mariadb:10.11
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: MYSQL_ROOT_PASSWORD
|
||||
|
|
Loading…
Reference in a new issue