Skip to content

Commit 0d9ddd3

Browse files
committed
Recommend docker compose watch + remove 4.23 recommendation from README
1 parent 4112db5 commit 0d9ddd3

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
condition: service_healthy
6262
pull-model:
6363
condition: service_completed_successfully
64-
x-develop:
64+
develop:
6565
watch:
6666
- action: rebuild
6767
path: .
@@ -102,7 +102,7 @@ services:
102102
condition: service_healthy
103103
pull-model:
104104
condition: service_completed_successfully
105-
x-develop:
105+
develop:
106106
watch:
107107
- action: rebuild
108108
path: .
@@ -139,7 +139,7 @@ services:
139139
condition: service_healthy
140140
pull-model:
141141
condition: service_completed_successfully
142-
x-develop:
142+
develop:
143143
watch:
144144
- action: rebuild
145145
path: .
@@ -178,7 +178,7 @@ services:
178178
condition: service_healthy
179179
pull-model:
180180
condition: service_completed_successfully
181-
x-develop:
181+
develop:
182182
watch:
183183
- action: rebuild
184184
path: .
@@ -193,7 +193,7 @@ services:
193193
front-end:
194194
build:
195195
dockerfile: front-end.Dockerfile
196-
x-develop:
196+
develop:
197197
watch:
198198
- action: sync
199199
path: ./front-end

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Not supported by Ollama, so Windows users need to generate a OpenAI API key and
4343
# Develop
4444

4545
> [!WARNING]
46-
> There is a performance issue that impacts python applications in the latest release of Docker Desktop. Until a fix is available, please use [version `4.23.0`](https://docs.docker.com/desktop/release-notes/#4230) or earlier.
46+
> There is a performance issue that impacts python applications in the `4.24.x` releases of Docker Desktop. Please upgrade to the latest release before using this stack.
4747
4848
**To start everything**
4949
```
@@ -57,7 +57,7 @@ docker compose up --build
5757
To enter **watch mode** (auto rebuild on file changes).
5858
First start everything, then in new terminal:
5959
```
60-
docker compose alpha watch
60+
docker compose watch
6161
```
6262

6363
**Shutdown**

0 commit comments

Comments
 (0)