Skip to content

Commit

Permalink
Corrected default network mode name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudor Marghidanu committed Dec 18, 2023
1 parent ddd18f0 commit e673f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/werk/jobs/docker.cr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module Werk::Jobs
getter entrypoint = ["/bin/sh"]

@[YAML::Field(key: "network_mode")]
getter network_mode = "bridged"
getter network_mode = "bridge"

Log = ::Log.for(self)

Expand Down

0 comments on commit e673f8e

Please sign in to comment.