From 8cdac365108fc7958863b786bd078605666c7c70 Mon Sep 17 00:00:00 2001 From: Anthony Hastings Date: Tue, 6 Feb 2024 21:37:40 +0000 Subject: [PATCH] dropping alpha version of docker compose --- README.md | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53e45d3..b9dcce2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ docker inspect --format "{{json .State.Health }}" url-shortener-database-1 | jq Then in another terminal, start watching for source file changes to have them replicated into running containers: ```sh -docker compose alpha watch +docker compose watch ``` ## Further Information diff --git a/compose.yml b/compose.yml index 02036ac..c195db6 100644 --- a/compose.yml +++ b/compose.yml @@ -36,7 +36,7 @@ services: database: condition: service_healthy restart: true - x-develop: + develop: watch: - action: sync path: ./src