Skip to content

Commit 3c21394

Browse files
committed
Set default server to localhost in deploy template
1 parent 96cf78f commit 3c21394

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/kamal/cli/templates/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ proxy:
2525

2626
# Credentials for your image host.
2727
registry:
28+
server: localhost:5555
2829
# Specify the registry server, if you're not using Docker Hub
2930
# server: registry.digitalocean.com / ghcr.io / ...
30-
username: my-user
31+
# username: my-user
3132

3233
# Always use an access token rather than real password (pulled from .kamal/secrets).
33-
password:
34-
- KAMAL_REGISTRY_PASSWORD
34+
# password:
35+
# - KAMAL_REGISTRY_PASSWORD
3536

3637
# Configure builder setup.
3738
builder:

0 commit comments

Comments
 (0)