diff options
Diffstat (limited to 'app/deployment/mariadb.hcl')
-rw-r--r-- | app/deployment/mariadb.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/deployment/mariadb.hcl b/app/deployment/mariadb.hcl index 29e2be6..da24273 100644 --- a/app/deployment/mariadb.hcl +++ b/app/deployment/mariadb.hcl @@ -12,7 +12,7 @@ job "mariadb" { task "server" { driver = "docker" config { - image = "superboum/amd64_mariadb:v3" + image = "superboum/amd64_mariadb:v4" network_mode = "host" command = "tail" args = [ |