Skip to content

Commit

Permalink
Use v3
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Jan 17, 2025
1 parent 9085dc1 commit 1bfc975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/commands/registry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def logout(registry_config: nil)
def setup
combine \
docker(:start, "kamal-docker-registry"),
docker(:run, "--detach", "-p", "127.0.0.1:#{local_port}:5000", "--name", "kamal-docker-registry", "registry:2"),
docker(:run, "--detach", "-p", "127.0.0.1:#{local_port}:5000", "--name", "kamal-docker-registry", "registry:3.0.0-rc.2"),
by: "||"
end

Expand Down

0 comments on commit 1bfc975

Please sign in to comment.