Skip to content

Commit 4816f40

Browse files
TessaIOndeloof
authored andcommitted
Fix: remove the infinite goroutine
Signed-off-by: AhmedGrati <[email protected]>
1 parent ed5a2e8 commit 4816f40

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

cmd/docker-compose.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: '3.3'
2+
3+
services:
4+
servic1:
5+
image: nginx
6+
ports:
7+
- 8081:80
8+
service2:
9+
image: nginx
10+
ports:
11+
- 8082:80
12+
service3:
13+
image: nginx
14+
ports:
15+
- 8083:80
16+

0 commit comments

Comments
 (0)