Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 4eba2d7

Browse files
committed
Fix compose file in e2e test
Only visible when trying to install it but still an issue Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
1 parent f2408b6 commit 4eba2d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

e2e/testdata/build/single.dockerapp/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version: "3.6"
22
services:
33
web:
44
build: ./web
5-
port:
6-
${services.web.port}:8080
5+
ports:
6+
- "${services.web.port}:8080"
77
worker:
88
build:
99
context: ./worker

0 commit comments

Comments
 (0)