Skip to content

Commit d88d92c

Browse files
committed
Adjust on proxy ports
1 parent ce2072f commit d88d92c

File tree

1 file changed

+1
-0
lines changed
  • spawnctl/lib/spawnctl/commands/dev

1 file changed

+1
-0
lines changed

spawnctl/lib/spawnctl/commands/dev/run.ex

+1
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ defmodule SpawnCtl.Commands.Dev.Run do
354354
|> Container.with_environment("USER_FUNCTION_PORT", "#{opts.actor_host_port}")
355355
|> Container.with_environment("RELEASE_NAME", "#{opts.name}")
356356
|> Container.with_fixed_port(opts.proxy_bind_port)
357+
|> Container.with_exposed_port(opts.proxy_bind_grpc_port)
357358
|> maybe_use_host_network(opts)
358359
|> maybe_use_database_volume(opts)
359360
|> Container.with_label("spawn.actorsystem.name", opts.actor_system)

0 commit comments

Comments
 (0)