mirror of
https://github.com/docker/compose.git
synced 2025-07-21 12:44:54 +02:00
Fix: remove the infinite goroutine
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
This commit is contained in:
parent
ed5a2e83c7
commit
4816f40b90
16
cmd/docker-compose.yaml
Normal file
16
cmd/docker-compose.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
version: '3.3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
servic1:
|
||||||
|
image: nginx
|
||||||
|
ports:
|
||||||
|
- 8081:80
|
||||||
|
service2:
|
||||||
|
image: nginx
|
||||||
|
ports:
|
||||||
|
- 8082:80
|
||||||
|
service3:
|
||||||
|
image: nginx
|
||||||
|
ports:
|
||||||
|
- 8083:80
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user