Doc updates

This commit is contained in:
Donal McBreen
2024-09-20 15:27:10 +01:00
parent ab109afc52
commit 6df169a4fb
5 changed files with 30 additions and 13 deletions

View File

@@ -2,10 +2,6 @@
#
# The builder configuration controls how the application is built with `docker build`
#
# If no configuration is specified, Kamal will:
# 1. Create a buildx context called `kamal-local-docker-container`, using the docker-container driver
# 2. Use `docker build` to build a multiarch image for linux/amd64,linux/arm64 with that context
#
# See https://kamal-deploy.org/docs/configuration/builder-examples/ for more information
# Builder options
@@ -78,7 +74,7 @@ builder:
# Build secrets
#
# Values are read from the .kamal/secrets.
# Values are read from .kamal/secrets.
#
secrets:
- SECRET1