Skip to content

Commit db3d128

Browse files
committed
add link to official docker build docs
1 parent 7cedaa6 commit db3d128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/25-Upgrade-Guide/0-Upgrading-Kool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It is recommended to rename your configuration file for **Kool.dev Cloud** from
1616

1717
Version 3.x introduces two significant changes:
1818

19-
- The YAML syntax for `services.<service>.build` in the `kool.cloud.yml` file must now align with the official Docker Compose reference for the `service.<service>.build` entry.
19+
- The YAML syntax for `services.<service>.build` in the `kool.cloud.yml` configuration file must now align with the official [Docker Compose reference for the `service.<service>.build`](https://docs.docker.com/compose/compose-file/compose-file-v3/#build) entry.
2020
- Image building now occurs in your local environment—specifically, on the host where you execute `kool cloud deploy`. Therefore, ensure that the environment from which you run this command has a properly configured Docker-image build engine (that means Kool to be able to run `docker build` command).
2121

2222
### Github Action `kool-dev/action`

0 commit comments

Comments
 (0)