Skip to content

Commit

Permalink
docker: Default network mode is not bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Oct 5, 2024
1 parent 1cd0635 commit 3b67f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/fastcgi.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ job "fastcgi" {
]

cpu_hard_limit = true
network_mode = local.main ? "host" : "bridge"
network_mode = local.main ? "host" : ""
}

resources {
Expand Down

0 comments on commit 3b67f6e

Please sign in to comment.