We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2072f commit d88d92cCopy full SHA for d88d92c
spawnctl/lib/spawnctl/commands/dev/run.ex
@@ -354,6 +354,7 @@ defmodule SpawnCtl.Commands.Dev.Run do
354
|> Container.with_environment("USER_FUNCTION_PORT", "#{opts.actor_host_port}")
355
|> Container.with_environment("RELEASE_NAME", "#{opts.name}")
356
|> Container.with_fixed_port(opts.proxy_bind_port)
357
+ |> Container.with_exposed_port(opts.proxy_bind_grpc_port)
358
|> maybe_use_host_network(opts)
359
|> maybe_use_database_volume(opts)
360
|> Container.with_label("spawn.actorsystem.name", opts.actor_system)
0 commit comments