Update everything

This commit is contained in:
Marc Fokkert
2023-08-21 21:32:24 +02:00
parent c51c3831df
commit f4ecab389c
20 changed files with 2027 additions and 669 deletions

View File

@@ -1,5 +1,5 @@
data "docker_registry_image" "mariadb" {
name = "mariadb:10.4"
name = "mariadb:10.6"
}
resource "docker_image" "mariadb" {
@@ -12,7 +12,7 @@ resource "docker_network" "mariadb" {
}
resource "docker_container" "mariadb" {
image = docker_image.mariadb.latest
image = docker_image.mariadb.image_id
name = "mariadb"
mounts {