feat: pin mariadb version
This commit is contained in:
parent
de09f74d97
commit
cbc714f39f
2 changed files with 4 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
# run mariadb
|
||||
name: "phpipam-db"
|
||||
image: "docker.io/mariadb:lts"
|
||||
image: "docker.io/library/mariadb:{{ mariadb_version }}"
|
||||
image_name_mismatch: "recreate"
|
||||
restart_policy: "unless-stopped"
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue