Skip to content

Commit

Permalink
docker: Default network mode is not bridge (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Oct 5, 2024
1 parent 1cd0635 commit 2adac23
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 2adac23

Please sign in to comment.