We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cf78f commit 3c21394Copy full SHA for 3c21394
lib/kamal/cli/templates/deploy.yml
@@ -25,13 +25,14 @@ proxy:
25
26
# Credentials for your image host.
27
registry:
28
+ server: localhost:5555
29
# Specify the registry server, if you're not using Docker Hub
30
# server: registry.digitalocean.com / ghcr.io / ...
- username: my-user
31
+ # username: my-user
32
33
# Always use an access token rather than real password (pulled from .kamal/secrets).
- password:
34
- - KAMAL_REGISTRY_PASSWORD
+ # password:
35
+ # - KAMAL_REGISTRY_PASSWORD
36
37
# Configure builder setup.
38
builder:
0 commit comments