mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2025-01-18 19:11:14 +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
|
- name: db
|
||||||
docker_container:
|
docker_container:
|
||||||
name: pdns-mariadb
|
name: pdns-mariadb
|
||||||
image: mariadb:10.10
|
image: mariadb:10.11
|
||||||
pull: true
|
pull: true
|
||||||
state: '{{ c_state }}'
|
state: '{{ c_state }}'
|
||||||
networks_cli_compatible: true
|
networks_cli_compatible: true
|
||||||
|
|
|
@ -10,7 +10,7 @@ services:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:10.10
|
image: mariadb:10.11
|
||||||
networks:
|
networks:
|
||||||
pdns:
|
pdns:
|
||||||
aliases:
|
aliases:
|
||||||
|
|
|
@ -27,7 +27,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mariadb-pdns
|
- name: mariadb-pdns
|
||||||
image: mariadb:10.10
|
image: mariadb:10.11
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: MYSQL_ROOT_PASSWORD
|
- name: MYSQL_ROOT_PASSWORD
|
||||||
|
|
Loading…
Reference in a new issue