Compare commits
2 Commits
32c708b980
...
38186cdbb7
| Author | SHA1 | Date | |
|---|---|---|---|
| 38186cdbb7 | |||
| a9fa588f1a |
@@ -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",
|
||||
|
||||
@@ -56,7 +56,7 @@ job "wordpress" {
|
||||
|
||||
resources {
|
||||
cpu = 6000
|
||||
memory = 1024
|
||||
memory = 2048
|
||||
}
|
||||
|
||||
service {
|
||||
|
||||
Reference in New Issue
Block a user