Switch mysql to mariadb
This commit is contained in:
parent
77c2fcc96b
commit
e9f2fae609
@ -76,7 +76,7 @@ job "grafana" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "mysql:8"
|
image = "mariadb:10"
|
||||||
args = [
|
args = [
|
||||||
"/bin/bash",
|
"/bin/bash",
|
||||||
"-c",
|
"-c",
|
||||||
|
@ -58,7 +58,7 @@ job "mysql-server" {
|
|||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "mysql:8"
|
image = "mariadb:10"
|
||||||
ports = ["db"]
|
ports = ["db"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -229,7 +229,7 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "mysql:8"
|
image = "mariadb:10"
|
||||||
args = [
|
args = [
|
||||||
"/bin/bash",
|
"/bin/bash",
|
||||||
"-c",
|
"-c",
|
||||||
|
@ -86,7 +86,7 @@ job "nextcloud" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "mysql:8"
|
image = "mariadb:10"
|
||||||
args = [
|
args = [
|
||||||
"/bin/bash",
|
"/bin/bash",
|
||||||
"-c",
|
"-c",
|
||||||
|
Loading…
Reference in New Issue
Block a user