Add missing count

This commit is contained in:
Daniel Berteaud 2023-08-25 16:19:09 +02:00
parent 136caae3c3
commit 118e8b7264
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ job "smtp-relay" {
[[ template "common/job_start.tpl" .nomad ]]
group "smtp-relay" {
count = [[ .mail.relay.count ]]
network {
mode = "bridge"
}