Skip to content

Commit

Permalink
Use CONTAINER_NAME constant for kamal-proxy container name
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Sep 30, 2024
1 parent 229506f commit e279cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/configuration/proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def image
end

def container_name
"kamal-proxy"
CONTAINER_NAME
end

def directory
Expand Down

0 comments on commit e279cd9

Please sign in to comment.