Run app exec in the kamal network
All other containers run in the kamal network, so let's add app exec-ed containers as well.
This commit is contained in:
@@ -11,6 +11,7 @@ module Kamal::Commands::App::Execution
|
||||
docker :run,
|
||||
("-it" if interactive),
|
||||
"--rm",
|
||||
"--network", "kamal",
|
||||
*role&.env_args(host),
|
||||
*argumentize("--env", env),
|
||||
*config.volume_args,
|
||||
|
||||
Reference in New Issue
Block a user