aboutsummaryrefslogtreecommitdiff
path: root/nomad/mariadb.hcl
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2019-10-10 17:51:35 +0200
committerQuentin <quentin@deuxfleurs.fr>2019-10-10 17:51:35 +0200
commitae84524fa713c46025da4ca3c4ef6ad56811a952 (patch)
tree55bd99820cfcde968bb9dbdbe52ee272561688fa /nomad/mariadb.hcl
parentd1a61defc0ea7d981901e7a84517d5398ffe554b (diff)
downloadinfrastructure-ae84524fa713c46025da4ca3c4ef6ad56811a952.tar.gz
infrastructure-ae84524fa713c46025da4ca3c4ef6ad56811a952.zip
Rebuilding mariadb image was needed...
Diffstat (limited to 'nomad/mariadb.hcl')
-rw-r--r--nomad/mariadb.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/mariadb.hcl b/nomad/mariadb.hcl
index 9b97d7a..2b9be7e 100644
--- a/nomad/mariadb.hcl
+++ b/nomad/mariadb.hcl
@@ -12,7 +12,7 @@ job "mariadb" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_mariadb:v2"
+ image = "superboum/amd64_mariadb:v3"
port_map {
mariadb_port = 3306
}