Skip to content

Commit

Permalink
Update yml files to match doc site changes
Browse files Browse the repository at this point in the history
  • Loading branch information
djmb committed Dec 13, 2024
1 parent 77c202e commit ae7a4f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lib/kamal/configuration/docs/accessory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ accessories:

# Port mappings
#
# See https://docs.docker.com/network/, and especially note the warning about the security
# implications of exposing ports publicly.
# See [https://docs.docker.com/network/](https://docs.docker.com/network/), and
# especially note the warning about the security implications of exposing ports publicly.
port: "127.0.0.1:3306:3306"

# Labels
Expand Down Expand Up @@ -101,4 +101,4 @@ accessories:
# Proxy
#
proxy:
...
...
4 changes: 2 additions & 2 deletions lib/kamal/configuration/docs/alias.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# For example, for a Rails app, you might open a console with:
#
# ```shell
# kamal app exec -i -r console "rails console"
# kamal app exec -i --reuse "bin/rails console"
# ```
#
# By defining an alias, like this:
aliases:
console: app exec -r console -i "rails console"
console: app exec -i --reuse "bin/rails console"
# You can now open the console with:
#
# ```shell
Expand Down
4 changes: 4 additions & 0 deletions lib/kamal/configuration/docs/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#
# The default registry is Docker Hub, but you can change it using `registry/server`.
#
# By default, Docker Hub creates public repositories. To avoid making your images public,
# set up a private repository before deploying, or change the default repository privacy
# settings to private in your [Docker Hub settings](https://hub.docker.com/repository-settings/default-privacy).
#
# A reference to a secret (in this case, `DOCKER_REGISTRY_TOKEN`) will look up the secret
# in the local environment:
registry:
Expand Down

0 comments on commit ae7a4f3

Please sign in to comment.