Skip to content

Commit

Permalink
Set default server to localhost in deploy template
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Jan 20, 2025
1 parent 96cf78f commit 3c21394
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/kamal/cli/templates/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ proxy:

# Credentials for your image host.
registry:
server: localhost:5555
# Specify the registry server, if you're not using Docker Hub
# server: registry.digitalocean.com / ghcr.io / ...
username: my-user
# username: my-user

# Always use an access token rather than real password (pulled from .kamal/secrets).
password:
- KAMAL_REGISTRY_PASSWORD
# password:
# - KAMAL_REGISTRY_PASSWORD

# Configure builder setup.
builder:
Expand Down

0 comments on commit 3c21394

Please sign in to comment.