Compare commits

..

2 Commits

Author SHA1 Message Date
38186cdbb7 Upgrade to 9.2 2025-03-10 10:07:11 +00:00
a9fa588f1a More RAM. 2025-03-10 09:59:49 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ job "mysql" {
driver = "docker"
config {
image = "mysql:9.0"
image = "mysql:9.2"
args = [
# 300M, up from default of 100M
"--innodb-redo-log-capacity=314572800",

View File

@@ -56,7 +56,7 @@ job "wordpress" {
resources {
cpu = 6000
memory = 1024
memory = 2048
}
service {