Files
docker-docs/content/includes/compose/configure-watch.md
David Karlsson e3aa78b72c chore: update alert syntax
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:29:49 +02:00

236 B

  1. Add watch sections to one or more services in compose.yaml.
  2. Run docker compose up --watch to build and launch a Compose project and start the file watch mode.
  3. Edit service source files using your preferred IDE or editor.