Skip to content

Commit c328334

Browse files
committed
Keep x-develop for better compat with older compose versions
1 parent 0d9ddd3 commit c328334

1 file changed

Lines changed: 5 additions & 5 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-
develop:
64+
x-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-
develop:
105+
x-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-
develop:
142+
x-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-
develop:
181+
x-develop:
182182
watch:
183183
- action: rebuild
184184
path: .
@@ -193,7 +193,7 @@ services:
193193
front-end:
194194
build:
195195
dockerfile: front-end.Dockerfile
196-
develop:
196+
x-develop:
197197
watch:
198198
- action: sync
199199
path: ./front-end

0 commit comments

Comments
 (0)