Skip to content

Commit 7f2a026

Browse files
committed
try to workaround an ioctl DB start fail issue
1 parent 79a3495 commit 7f2a026

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

group.nomad

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ task "db" {
88
image = "mysql:8.0"
99
ports = ["db"]
1010
volumes = ["/pv/${var.CI_PROJECT_PATH_SLUG}-db:/var/lib/mysql-xxxx"]
11+
tmpfs = ["/tmp", "/run"]
1112
}
1213

1314
# xxx

0 commit comments

Comments
 (0)